commit | ba17cfc66c3ea90613a934704766147c7b8284a0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 01:50:25 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 01:50:25 2008 +0000 |
tree | 606341b54f0d97921170681a6269bd50c8a2a374 | |
parent | 5de250e823f03e45cee3558b699f9e8b4404c347 [diff] [blame] |
Convert test_dummy_threading and test_dbm to unittest.
diff --git a/Misc/NEWS b/Misc/NEWS index 8826ca4..4fb4a82 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,8 @@ Tests ----- +- GHOP 290: Convert test_dbm and test_dummy_threading to unittest. + - GHOP 293: Convert test_strftime, test_getargs, and test_pep247 to unittest. - Issue #2055: Convert test_fcntl to unittest.