diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-17 10:42:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-17 10:42:24 (GMT) |
commit | c406a121f7f43772752012119b4b65df4b68d707 (patch) | |
tree | 4bddf724fce31d3c0021150c8683c52d2cf77edd /Misc | |
parent | 880254e22235280cbbd5d5cb4474e822741f61f1 (diff) | |
download | cpython-c406a121f7f43772752012119b4b65df4b68d707.zip cpython-c406a121f7f43772752012119b4b65df4b68d707.tar.gz cpython-c406a121f7f43772752012119b4b65df4b68d707.tar.bz2 |
Issue #18266: test_largefile now works with unittest test discovery and
supports running only selected tests. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -198,6 +198,9 @@ IDLE Tests ----- +- Issue #18266: test_largefile now works with unittest test discovery and + supports running only selected tests. Patch by Zachary Ware. + - Issue #17767: test_locale now works with unittest test discovery. Original patch by Zachary Ware. |