summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-07-17 10:42:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-07-17 10:42:24 (GMT)
commitc406a121f7f43772752012119b4b65df4b68d707 (patch)
tree4bddf724fce31d3c0021150c8683c52d2cf77edd /Misc
parent880254e22235280cbbd5d5cb4474e822741f61f1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 114a1cd..6650d0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.