| commit | 5d3dba0d27f524b705205f404806c2df7992e7c0 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jan 11 06:02:07 2013 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jan 11 06:02:07 2013 +0200 |
| tree | f6193946ca90c11f6538c223601f657519fb8c85 | |
| parent | e0b87edd7f6a4893cd814186d8484a88a3649317 [diff] [blame] |
#16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS index 7360af4..c5e9871 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -421,6 +421,9 @@ 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.