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 serhiy.storchaka
Recipients alanmcintyre, ezio.melotti, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-06-17.11:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371470239.47.0.590456739861.issue17944@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Terry for review. Here is updated patch addressed Terry's comments. Now random datas for tests generated once per class (generating them once per module will be more cumbersome and will save less time). Arguments for zipfile.open() now generated from a special generator. This simplifies the code and makes possible to determine with what argument test is failed. I don't think subtest() is appropriate here (in any case it is 3.4 only).
History
Date User Action Args
2013-06-17 11:57:19serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, alanmcintyre, ezio.melotti, zach.ware
2013-06-17 11:57:19serhiy.storchakasetmessageid: <1371470239.47.0.590456739861.issue17944@psf.upfronthosting.co.za>
2013-06-17 11:57:19serhiy.storchakalinkissue17944 messages
2013-06-17 11:57:19serhiy.storchakacreate