I'm using Python3.8 with PyTest. By default, pytest uses
./conftest.py
to build and import fixtures. Is it possible to launch pytest and use a different file to load the fixtures -- i.e. specify a different file other than conftest.py?
I'm using Python3.8 with PyTest. By default, pytest uses
./conftest.py
to build and import fixtures. Is it possible to launch pytest and use a different file to load the fixtures -- i.e. specify a different file other than conftest.py?