diff options
Diffstat (limited to 'Lib/test/test_zipfile/__main__.py')
-rw-r--r-- | Lib/test/test_zipfile/__main__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/test_zipfile/__main__.py b/Lib/test/test_zipfile/__main__.py new file mode 100644 index 0000000..e25ac94 --- /dev/null +++ b/Lib/test/test_zipfile/__main__.py @@ -0,0 +1,7 @@ +import unittest + +from . import load_tests # noqa: F401 + + +if __name__ == "__main__": + unittest.main() |