summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-17 01:34:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-17 01:34:05 (GMT)
commitd13c008bf41b43b3cca148198abf695df04af37a (patch)
tree11224f93050fe11c12f37e7fe415c4cfb184a116 /Misc
parentc048d9850170440cef446dcada4b076b9b19c6b2 (diff)
downloadcpython-d13c008bf41b43b3cca148198abf695df04af37a.zip
cpython-d13c008bf41b43b3cca148198abf695df04af37a.tar.gz
cpython-d13c008bf41b43b3cca148198abf695df04af37a.tar.bz2
#17766: test_iterlen 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 c085fba..06fb78f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
+- Issue #17766: test_iterlen now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17690: test_time now works with unittest test discovery.
Patch by Zachary Ware.