summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-23 14:30:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-23 14:30:16 (GMT)
commitdaa42c778e101fa158f89e3a8c5418be5eef90c6 (patch)
treea706d8b77ac0024918f9d560ef7156ea173c118a /Misc
parent325dc887caa15534309f4b7c419fadcd0bb1be7d (diff)
downloadcpython-daa42c778e101fa158f89e3a8c5418be5eef90c6.zip
cpython-daa42c778e101fa158f89e3a8c5418be5eef90c6.tar.gz
cpython-daa42c778e101fa158f89e3a8c5418be5eef90c6.tar.bz2
#17479: test_io 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 0a94579..9a0c9dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -714,6 +714,9 @@ Tests
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
+- Issue #17479: test_io now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17066: test_robotparser now works with unittest test discovery.
Patch by Zachary Ware.