You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently all pytest fixtures are within the fixtures/ folder and imported into the conftest.py. It might be cleaner if we utilize pytest.ini or some kind of pytest configuration file to tell pytest where all of the pytest fixtures are located so we don't have to import it into conftest.py
The text was updated successfully, but these errors were encountered:
Description
currently all pytest fixtures are within the
fixtures/
folder and imported into the conftest.py. It might be cleaner if we utilizepytest.ini
or some kind of pytest configuration file to tell pytest where all of the pytest fixtures are located so we don't have to import it into conftest.pyThe text was updated successfully, but these errors were encountered: