]> granicus.if.org Git - python/commit
Issue #17944: test_zipfile now discoverable and uses subclassing to
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Jul 2013 18:02:14 +0000 (21:02 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Jul 2013 18:02:14 +0000 (21:02 +0300)
commit9068e4d642353ea9b7b8a3684307d6608f598256
treed0b25d8d9cca80c0895c3c32d66ac3db466f97b3
parent7b3902a20fa0f58b11824c2226c30f9cd0e71e88
parentfa6bc29987ca0df75a31615b0468d657ff41a747
Issue #17944: test_zipfile now discoverable and uses subclassing to
generate tests for different compression types.  Fixed a bug with skipping
some tests due to use of exhausted iterators.
Lib/test/test_zipfile.py
Misc/NEWS