| commit | 1d3e96dbe213d359b9d0af5cfdc9bc06b6638c5f | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jan 10 06:04:50 2013 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jan 10 06:04:50 2013 +0200 |
| tree | 89194c253690c1e230dcd94249b4d7f667553135 | |
| parent | 47236db1d0ab08a231fde5bb620805da5a9c6d47 [diff] [blame] |
#16888: test_array now works with unittest test discovery. Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS index 69b3636..99cb90d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -408,6 +408,9 @@ Tests ----- +- Issue #16888: test_array now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware.