summaryrefslogtreecommitdiffstats
path: root/Lib/test/ziptestdata/exe_with_zip
Commit message (Collapse)AuthorAgeFilesLines
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Gregory P. Smith2019-09-101-0/+0
Add unittests for executables with a zipfile appended to test_zipfile, as zipfile.is_zipfile and zipfile.ZipFile work properly on these today.