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:
parent
1eb0cb12ac
commit
fa6bc29987
File diff suppressed because it is too large
Load Diff
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue