Skip to content

Adding support for PYTEST_CHDIR option to run tests from a particular directory

Shane Hutchins requested to merge PYTEST_CHDIR-support into master

This new option add PYTEST_CHDIR so that you can run pytest from a particular directory.

Merge request reports