Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: Temporary Working Directory (#181)
* pytest: Temporary Working Directory Tests can generate temporary output and directories, which might clash and/or need cleaning between tests. This changes the current working directory to a unique directory per test. * All the yielded results in the cwd context * Set basepath for input files (later) Not yet used, can be used in test files as ```py from conftest import basepath ```
- Loading branch information