mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-28494: Test existing zipfile working behavior. (GH-15853)
Add unittests for executables with a zipfile appended to test_zipfile, as zipfile.is_zipfile and zipfile.ZipFile work properly on these today.
This commit is contained in:
parent
afdeb189e9
commit
3f4db4a0ba
6 changed files with 101 additions and 0 deletions
2
Lib/test/ziptestdata/testdata_module_inside_zip.py
Normal file
2
Lib/test/ziptestdata/testdata_module_inside_zip.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Test data file to be stored within a zip file.
|
||||
FAVORITE_NUMBER = 5
|
Loading…
Add table
Add a link
Reference in a new issue