Open
Description
I would like to propose adding a new session_tmpdir
fixture.
This fixture provides a py.path
to a unique temporary directory, but all workers see the same directory for the entirety of the test session. After the session ends, the directory is deleted as usual.
This fixture would be very useful as an integration point for workers, allowing them to share information if required.