diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 04:52:23 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 04:52:23 (GMT) |
commit | 2688e810643cd0965926912862c6ab225fc2c974 (patch) | |
tree | 3d08b83d2dd5e5bb65610ff718ac53810d8bef56 /Misc | |
parent | b21af554ee4d8cc8d6fdc81fb77b38e812f97a4d (diff) | |
download | cpython-2688e810643cd0965926912862c6ab225fc2c974.zip cpython-2688e810643cd0965926912862c6ab225fc2c974.tar.gz cpython-2688e810643cd0965926912862c6ab225fc2c974.tar.bz2 |
#16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -408,6 +408,9 @@ Library Tests ----- +- Issue #16905: test_warnings now works with unittest test discovery. + Initial patch by Berker Peksag. + - Issue #16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware. |