diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-12 11:13:47 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-12 11:13:47 (GMT) |
commit | c2ecac4787a9cadabbb33c7aede405315ed55240 (patch) | |
tree | ff42af59e768896d11511fde6f81663a79c4f2f1 /Misc/NEWS | |
parent | 1eafd1076eca6b63337a2d8bb1eecae5b57e7792 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------- |