diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 02:32:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 02:32:01 (GMT) |
commit | f472a90d318d55e2c71d4d131bca423146b5d293 (patch) | |
tree | c9790900eba205c2241c76743d6e4b99d3cf9c1b /Misc/NEWS | |
parent | e212370feae4d1d40e2325ad9b33bd944cd5f290 (diff) | |
download | cpython-f472a90d318d55e2c71d4d131bca423146b5d293.zip cpython-f472a90d318d55e2c71d4d131bca423146b5d293.tar.gz cpython-f472a90d318d55e2c71d4d131bca423146b5d293.tar.bz2 |
#16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -408,6 +408,9 @@ Library Tests ----- +- Issue #16897: test_bisect now works with unittest test discovery. + Initial patch by Zachary Ware. + - Issue #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. |