Serhiy Storchaka added the comment:

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).

----------
Added file: http://bugs.python.org/file30618/test_zipfile_3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17944>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to