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