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
Use the stdlib to generate temp directories and build filenames rather
than hardcoded strings with forward-slash separators.
- Should allow the tests to run on non-unixy operating systems
- Should remove the possibility of conflicts with existing files
- Might allow us to parallelize tests? May look into it later.
I don't have a windows machine to test this on so I can't guarantee it
will work.
0 commit comments