William Chang

Results 2 issues of William Chang

For #35. Adds a `pytest-source-root-dir` variable that defaults to `nil`. When this variable is set, the test paths passed to pytest will be relative to the directory defined by that...

Currently, full paths are passed to the pytest command when running a subset of tests, i.e.: ``` cd /path/to/project/root && pytest /full/path/to/test.py ``` This prevents the ability to run tests...