This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-21 00:44:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0c66da8de4
cpython
/
Lib
/
test
/
test_zipfile
/
__main__.py
8 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Fix zipfile packaging after GH-98103 (GH-99797) * Add zipfile and test_zipfile to list of packages. Fixes regression introduced in #98103. * Restore support for py -m test.test_zipfile
2022-11-26 13:00:05 -05:00
import
unittest
gh-134357: Remove unused imports in tests (#134340)
2025-05-25 23:09:02 +03:00
from
.
import
load_tests
Fix zipfile packaging after GH-98103 (GH-99797) * Add zipfile and test_zipfile to list of packages. Fixes regression introduced in #98103. * Restore support for py -m test.test_zipfile
2022-11-26 13:00:05 -05:00
if
__name__
==
"
__main__
"
:
unittest
.
main
(
)
Reference in a new issue
Copy permalink