Skip to content

test-temp-directory should always return the same value #149

Open
@cgay

Description

@cgay

Currently test-temp-directory creates and returns a different directory each time it's called, if not called in the same second. At least within the same test body it should always return the same value.

Also, there really should be only one dated directory per test run and then subdirectories for the tests, to avoid directory proliferation. I think we mostly get away with this now because (a) I'm the only one using this function and (b) most of my test suites have very short run time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA problem with existing functionality or documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions