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.
This commit is contained in:
Serhiy Storchaka 2013-07-22 21:02:14 +03:00
commit 9068e4d642
2 changed files with 582 additions and 860 deletions

File diff suppressed because it is too large Load Diff

View File

@ -545,6 +545,10 @@ Library
Tests 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 - Issue #18266: test_largefile now works with unittest test discovery and
supports running only selected tests. Patch by Zachary Ware. supports running only selected tests. Patch by Zachary Ware.