summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-07-22 18:02:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-07-22 18:02:14 (GMT)
commit9068e4d642353ea9b7b8a3684307d6608f598256 (patch)
treed0b25d8d9cca80c0895c3c32d66ac3db466f97b3 /Misc
parent7b3902a20fa0f58b11824c2226c30f9cd0e71e88 (diff)
parentfa6bc29987ca0df75a31615b0468d657ff41a747 (diff)
downloadcpython-9068e4d642353ea9b7b8a3684307d6608f598256.zip
cpython-9068e4d642353ea9b7b8a3684307d6608f598256.tar.gz
cpython-9068e4d642353ea9b7b8a3684307d6608f598256.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 26c6295..8bc78d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -545,6 +545,10 @@ Library
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.