The conftest.py files are becoming quite large and make it difficult to search for things specific to a test. It would be good to break up the fixtures into smaller files per test, then only load them per test rather than force conftest to do all the lifting.
The conftest.py files are becoming quite large and make it difficult to search for things specific to a test. It would be good to break up the fixtures into smaller files per test, then only load them per test rather than force conftest to do all the lifting.