summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-12 11:13:47 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-12 11:13:47 (GMT)
commitc2ecac4787a9cadabbb33c7aede405315ed55240 (patch)
treeff42af59e768896d11511fde6f81663a79c4f2f1 /Misc
parent1eafd1076eca6b63337a2d8bb1eecae5b57e7792 (diff)
downloadcpython-c2ecac4787a9cadabbb33c7aede405315ed55240.zip
cpython-c2ecac4787a9cadabbb33c7aede405315ed55240.tar.gz
cpython-c2ecac4787a9cadabbb33c7aede405315ed55240.tar.bz2
#17692: test_sqlite 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 ddfc701..153c2bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Tests
- Issue #17690: test_time now works with unittest test discovery.
Patch by Zachary Ware.
+- Issue #17692: test_sqlite now works with unittest test discovery.
+ Patch by Zachary Ware.
+
Documentation
-------------