summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-07-22 18:00:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-07-22 18:00:11 (GMT)
commitfa6bc29987ca0df75a31615b0468d657ff41a747 (patch)
tree078c307c8385a5f284101e643d6c88059634052e /Misc
parent1eb0cb12ac3a805a6966d60105a836764d08ff7b (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b28991..85238f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.