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 519db86 commit d8be03dCopy full SHA for d8be03d
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()
0 commit comments