Skip to content

Commit 88fed2a

Browse files
committed
Remove test main
1 parent d803b68 commit 88fed2a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/test_gzip_compliance.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -886,11 +886,3 @@ def test_decompress_cannot_have_flags_compression(self):
886886
b'-0/--fast',
887887
err)
888888
self.assertEqual(out, b'')
889-
890-
891-
def test_main(verbose=None):
892-
support.run_unittest(TestGzip, TestOpen, TestCommandLine)
893-
894-
895-
if __name__ == "__main__":
896-
test_main(verbose=True)

tests/test_zlib_compliance.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,3 @@ def choose_lines(source, number, seed=None, generator=random):
945945
class CustomInt:
946946
def __index__(self):
947947
return 100
948-
949-
950-
if __name__ == "__main__":
951-
unittest.main()

0 commit comments

Comments
 (0)