commit | 0bb7950829839cf321c15638851550f0d79a6df7 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 01:58:56 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 01:58:56 2008 +0000 |
tree | 98c3bc2568ffdb8811477ebfc4d22e9c757ee25a | |
parent | ba17cfc66c3ea90613a934704766147c7b8284a0 [diff] [blame] |
Move test_extcall to doctest.
diff --git a/Misc/NEWS b/Misc/NEWS index 4fb4a82..03597a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,8 @@ Tests ----- +- GHOP 234: Convert test_extcall to doctest. + - GHOP 290: Convert test_dbm and test_dummy_threading to unittest. - GHOP 293: Convert test_strftime, test_getargs, and test_pep247 to unittest.