summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-07-17 10:44:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-07-17 10:44:17 (GMT)
commite5553142d452cf6c0a1e525d86fc60c5fbec0c04 (patch)
treec91db878cf9a8f0d18f55928085c1d38833ec53c /Misc/NEWS
parentcb478b72a361ad86546443980b805d4a02f5e587 (diff)
parentc406a121f7f43772752012119b4b65df4b68d707 (diff)
downloadcpython-e5553142d452cf6c0a1e525d86fc60c5fbec0c04.zip
cpython-e5553142d452cf6c0a1e525d86fc60c5fbec0c04.tar.gz
cpython-e5553142d452cf6c0a1e525d86fc60c5fbec0c04.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cded5e..1c971bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -529,6 +529,9 @@ Library
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.