summaryrefslogtreecommitdiffstats
path: root/Lib/test/ziptestdata
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111639)Miss Islington (bot)2023-11-021-2/+2
| | | | Co-authored-by: partev <petrosyan@gmail.com>
* 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.