Pytest not detecting local .ini file when running specific part of test #2723
Labels
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
root/
.ini
root/sub
.ini
root/sub/tests/
test_this.py
Detects root .ini, but not local when I specify exact test case to run in subfolder:
pytest sub/tests/test_this.py::TestCase
If I just run subfolder
pytest sub/tests/test_this.py
it detects local .ini.
I dont think this is good behaviour. Why doesnt pytest walk back up to local subfolder and find local .ini when I run specific test case?
The text was updated successfully, but these errors were encountered: