summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-11 17:29:42 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-11 17:29:42 (GMT)
commit3836d70ed56d4b0f7fab8326470fc8abfe896391 (patch)
tree70bb83f1230f7915a3b4bb34bcee30f99b3fa6e5 /Misc
parent5e2f59314588f4d263fe728ee8ba7da92f3439a0 (diff)
downloadcpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.zip
cpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.tar.gz
cpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.tar.bz2
#17690: test_time 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 3c73b35..b8f687b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
+- Issue #17690: test_time now works with unittest test discovery.
+ Patch by Zachary Ware.
+
Documentation
-------------