summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-27 08:00:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-27 08:00:03 (GMT)
commit1ed6be3793cf7e0964a8c345967064e915e13b78 (patch)
tree16d7162f231586021a0f651bdfba95a1da5a2256 /Misc
parentc472c5d7bd2e2b347af650cf448bad71e33aa317 (diff)
downloadcpython-1ed6be3793cf7e0964a8c345967064e915e13b78.zip
cpython-1ed6be3793cf7e0964a8c345967064e915e13b78.tar.gz
cpython-1ed6be3793cf7e0964a8c345967064e915e13b78.tar.bz2
#17303: test_future* now work with unittest test discovery. 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 76074e1..ef295b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -644,6 +644,9 @@ Tests
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
+- Issue #17303: test_future* now work with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17163: test_file now works with unittest test discovery.
Patch by Zachary Ware.