Commit bd336c7c authored by Brett Cannon's avatar Brett Cannon

Move test_zipfile to unittest.main()

parent 096db060
......@@ -1911,11 +1911,5 @@ class UniversalNewlineTests(unittest.TestCase):
unlink(TESTFN2)
def test_main():
run_unittest(TestsWithSourceFile, TestZip64InSmallFiles, OtherTests,
PyZipFileTests, DecryptionTests, TestsWithMultipleOpens,
TestWithDirectory, UniversalNewlineTests,
TestsWithRandomBinaryFiles)
if __name__ == "__main__":
test_main()
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment