summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-11 04:02:07 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-11 04:02:07 (GMT)
commit5d3dba0d27f524b705205f404806c2df7992e7c0 (patch)
treef6193946ca90c11f6538c223601f657519fb8c85 /Misc
parente0b87edd7f6a4893cd814186d8484a88a3649317 (diff)
downloadcpython-5d3dba0d27f524b705205f404806c2df7992e7c0.zip
cpython-5d3dba0d27f524b705205f404806c2df7992e7c0.tar.gz
cpython-5d3dba0d27f524b705205f404806c2df7992e7c0.tar.bz2
#16918: test_codecs 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 7360af4..c5e9871 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,9 @@ Library
Tests
-----
+- Issue #16918: test_codecs now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #16919: test_crypt now works with unittest test discovery.
Patch by Zachary Ware.