Skip to content

New fixture: unique temporary directory per session #172

Open
@nicoddemus

Description

@nicoddemus

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions