summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-01 09:23:28 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-01 09:23:28 (GMT)
commitf79493bf9ebb191f06083fdcd0bce4626641b4ac (patch)
tree036c52baa9fd0bc239a8ffc67c2f271f1c6a4c8d /Misc
parent520378f81d30105d421e7b3a53c30fb0346be269 (diff)
downloadcpython-f79493bf9ebb191f06083fdcd0bce4626641b4ac.zip
cpython-f79493bf9ebb191f06083fdcd0bce4626641b4ac.tar.gz
cpython-f79493bf9ebb191f06083fdcd0bce4626641b4ac.tar.bz2
#17082: test_dbm* now work 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 3149f90..91c4153 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -644,6 +644,9 @@ Tests
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
+- Issue #17082: test_dbm* now work with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17079: test_ctypes now works with unittest test discovery.
Patch by Zachary Ware.