summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-10 04:52:23 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-10 04:52:23 (GMT)
commit2688e810643cd0965926912862c6ab225fc2c974 (patch)
tree3d08b83d2dd5e5bb65610ff718ac53810d8bef56 /Misc
parentb21af554ee4d8cc8d6fdc81fb77b38e812f97a4d (diff)
downloadcpython-2688e810643cd0965926912862c6ab225fc2c974.zip
cpython-2688e810643cd0965926912862c6ab225fc2c974.tar.gz
cpython-2688e810643cd0965926912862c6ab225fc2c974.tar.bz2
#16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag.
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 f1e39ae..a70acd9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,9 @@ Library
Tests
-----
+- Issue #16905: test_warnings now works with unittest test discovery.
+ Initial patch by Berker Peksag.
+
- Issue #16898: test_bufio now works with unittest test discovery.
Patch by Zachary Ware.