diff options
Diffstat (limited to 'Lib/test/test_zipfile.py')
| -rw-r--r-- | Lib/test/test_zipfile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index 45520b5..ec519f6 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py @@ -514,7 +514,7 @@ class OtherTests(unittest.TestCase): # version of .testzip would swallow this exception (and any other) # and report that the first file in the archive was corrupt. self.assertRaises(RuntimeError, zipf.testzip) - + def tearDown(self): support.unlink(TESTFN) support.unlink(TESTFN2) @@ -568,7 +568,7 @@ class TestsWithRandomBinaryFiles(unittest.TestCase): fp = open(TESTFN, "wb") fp.write(self.data) fp.close() - + def tearDown(self): support.unlink(TESTFN) support.unlink(TESTFN2) |
