]> granicus.if.org Git - python/commit
bpo-28494: Test existing zipfile working behavior. (GH-15853)
authorGregory P. Smith <greg@krypto.org>
Tue, 10 Sep 2019 16:14:11 +0000 (17:14 +0100)
committerT. Wouters <thomas@python.org>
Tue, 10 Sep 2019 16:14:11 +0000 (09:14 -0700)
commit3f4db4a0bab073b768fae958e93288bd5d24eadd
treebc1758c4cb751641531f1440e8ff6177cbd31754
parentafdeb189e97033b54cef44a7490d89d2013cb4e5
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.
Lib/test/test_zipfile.py
Lib/test/ziptestdata/README.md [new file with mode: 0644]
Lib/test/ziptestdata/exe_with_z64 [new file with mode: 0755]
Lib/test/ziptestdata/exe_with_zip [new file with mode: 0755]
Lib/test/ziptestdata/header.sh [new file with mode: 0755]
Lib/test/ziptestdata/testdata_module_inside_zip.py [new file with mode: 0644]