summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-10 05:43:26 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-10 05:43:26 (GMT)
commit0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619 (patch)
tree6b3ba08afc6eed3ffd91535a707637e39577b315 /Misc
parent2688e810643cd0965926912862c6ab225fc2c974 (diff)
downloadcpython-0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619.zip
cpython-0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619.tar.gz
cpython-0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619.tar.bz2
#16910: test_bytes, test_unicode, and test_userstring 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 a70acd9..0c1be46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,9 @@ Library
Tests
-----
+- Issue #16910: test_bytes, test_unicode, and test_userstring now work with
+ unittest test discovery. Patch by Zachary Ware.
+
- Issue #16905: test_warnings now works with unittest test discovery.
Initial patch by Berker Peksag.