Fix broken test in test_hotshot. Treating the current directory as an
empty file is sloppy and non-portable. Use NamedTemporaryFile to make an empty file.
Showing
Please register or sign in to comment
empty file is sloppy and non-portable. Use NamedTemporaryFile to make an empty file.