We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78365b8 commit 003f341Copy full SHA for 003f341
Lib/test/test_zipfile/__main__.py
@@ -0,0 +1,7 @@
1
+import unittest
2
+
3
+from . import load_tests # noqa: F401
4
5
6
+if __name__ == "__main__":
7
+ unittest.main()
Makefile.pre.in
@@ -1978,6 +1978,7 @@ LIBSUBDIRS= asyncio \
1978
wsgiref \
1979
$(XMLLIBSUBDIRS) \
1980
xmlrpc \
1981
+ zipfile \
1982
zoneinfo \
1983
__phello__
1984
TESTSUBDIRS= idlelib/idle_test \
@@ -2051,6 +2052,7 @@ TESTSUBDIRS= idlelib/idle_test \
2051
2052
test/test_tools \
2053
test/test_ttk \
2054
test/test_warnings test/test_warnings/data \
2055
+ test/test_zipfile \
2056
test/test_zoneinfo test/test_zoneinfo/data \
2057
test/test_unittest test/test_unittest/testmock \
2058
test/tracedmodules \
0 commit comments