]> 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:00:11 +0000 (21:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Jul 2013 18:00:11 +0000 (21:00 +0300)
commitfa6bc29987ca0df75a31615b0468d657ff41a747
tree078c307c8385a5f284101e643d6c88059634052e
parent1eb0cb12ac3a805a6966d60105a836764d08ff7b
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