This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients brett.cannon, paul.moore
Date 2015-03-20.14:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426862515.93.0.57229812223.issue23657@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch. Added the requested test and a set of tests for the command line API. This also highlighted a bug in the command line --info option, which is also fixed.

Coverage now:

Name          Stmts   Miss  Cover   Missing
-------------------------------------------
test_zipapp     254     12    95%   252-257, 263-268
zipapp          102      2    98%   30, 192
-------------------------------------------
TOTAL           356     14    96%

Remaining misses are Unix-only tests (this was run on Windows) and the __main__ block.
History
Date User Action Args
2015-03-20 14:41:56paul.mooresetrecipients: + paul.moore, brett.cannon
2015-03-20 14:41:55paul.mooresetmessageid: <1426862515.93.0.57229812223.issue23657@psf.upfronthosting.co.za>
2015-03-20 14:41:55paul.moorelinkissue23657 messages
2015-03-20 14:41:55paul.moorecreate