diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-22 18:02:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-22 18:02:14 (GMT) |
commit | 9068e4d642353ea9b7b8a3684307d6608f598256 (patch) | |
tree | d0b25d8d9cca80c0895c3c32d66ac3db466f97b3 /Misc | |
parent | 7b3902a20fa0f58b11824c2226c30f9cd0e71e88 (diff) | |
parent | fa6bc29987ca0df75a31615b0468d657ff41a747 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |