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:
Gregory P. Smith 2019-09-10 17:14:11 +01:00 committed by T. Wouters
parent afdeb189e9
commit 3f4db4a0ba
6 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# Test data file to be stored within a zip file.
FAVORITE_NUMBER = 5