You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
```
0 commit comments