pytest-watch icon indicating copy to clipboard operation
pytest-watch copied to clipboard

Add support for 'testpaths' and 'watchpaths' options in the ini file.

Open wouter-vdb opened this issue 4 years ago • 0 comments

These options are only considered when no directories were provided in the command. When both testpaths and watchpaths are provided then the former are provided to pytest while the latter are watched. When only the testpaths are provided then these are both watched and passed to pytest. When only the watchpaths are provided then these paths are watched but not passed to pytest, allowing it to pick up the testpaths provided in the [pytest] section.

wouter-vdb avatar Jan 18 '20 17:01 wouter-vdb