summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-11 04:30:57 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-11 04:30:57 (GMT)
commitdc1fa80b6c289f8c9136b00334d49e13096426c8 (patch)
treef526195a7b2e495d3d0b81e993026aa44c71b301 /Misc
parent5d3dba0d27f524b705205f404806c2df7992e7c0 (diff)
downloadcpython-dc1fa80b6c289f8c9136b00334d49e13096426c8.zip
cpython-dc1fa80b6c289f8c9136b00334d49e13096426c8.tar.gz
cpython-dc1fa80b6c289f8c9136b00334d49e13096426c8.tar.bz2
#16925: test_configparser now works 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 c5e9871..1d12d26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,9 @@ Library
Tests
-----
+- Issue #16925: test_configparser now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #16918: test_codecs now works with unittest test discovery.
Patch by Zachary Ware.