summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:38:18 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:38:18 (GMT)
commitaaa5d1c5821b67dd9e3d33011d345b8839793254 (patch)
tree4e9023ace0bfed9c655827955489649fed32cc7e /Misc
parentbca1a2629a1237b55ffcfbe03ecab0d90c00c755 (diff)
downloadcpython-aaa5d1c5821b67dd9e3d33011d345b8839793254.zip
cpython-aaa5d1c5821b67dd9e3d33011d345b8839793254.tar.gz
cpython-aaa5d1c5821b67dd9e3d33011d345b8839793254.tar.bz2
#17779: test_osx_env 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 de1bd88..341a3de 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 #17779: test_osx_env now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17766: test_iterlen now works with unittest test discovery.
Patch by Zachary Ware.