summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:58:44 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:58:44 (GMT)
commitab5ba7918e07e5f3a7c51119e23803c755534a0d (patch)
treeb08de10c118ed056f012b29ae7320bcf0f966c79 /Misc
parent3e4a98bd1c93f66abf41561b558d81c0fbd02b2e (diff)
downloadcpython-ab5ba7918e07e5f3a7c51119e23803c755534a0d.zip
cpython-ab5ba7918e07e5f3a7c51119e23803c755534a0d.tar.gz
cpython-ab5ba7918e07e5f3a7c51119e23803c755534a0d.tar.bz2
#17790: test_set 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 660e071..a67ce0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
+- Issue #17790: test_set now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17789: test_random now works with unittest test discovery.
Patch by Zachary Ware.