diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-22 18:00:11 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-22 18:00:11 (GMT) |
commit | fa6bc29987ca0df75a31615b0468d657ff41a747 (patch) | |
tree | 078c307c8385a5f284101e643d6c88059634052e /Misc | |
parent | 1eb0cb12ac3a805a6966d60105a836764d08ff7b (diff) | |
download | cpython-fa6bc29987ca0df75a31615b0468d657ff41a747.zip cpython-fa6bc29987ca0df75a31615b0468d657ff41a747.tar.gz cpython-fa6bc29987ca0df75a31615b0468d657ff41a747.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -208,6 +208,10 @@ IDLE Tests ----- +- 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. + - Issue #18266: test_largefile now works with unittest test discovery and supports running only selected tests. Patch by Zachary Ware. |