]> granicus.if.org Git - python/commit
bpo-33751: Fix test_file. (GH-7378)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Jun 2018 16:55:41 +0000 (19:55 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 16:55:41 +0000 (19:55 +0300)
commitc2745d2d05546d76f655ab450eb23d1af39e0b1c
tree0384203271c3cb593311eb6eb53f7c8325ca6beb
parentac1ee1badade69d5cd6d8b9112281f121183e7c0
bpo-33751: Fix test_file. (GH-7378)

testModeStrings and testTruncateOnWindows were depended on
a file leaked in other tests.

Also improve cleaning up after tests.
Lib/test/test_file.py