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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: