This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Tests on Windows #1075
Closed
Description
The path /tmp/...
does not exist on windows. Use path.join(os.tmpdir(), '...')
.
See some possible bad tests