diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-02-17 01:59:18 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-02-17 01:59:18 (GMT) |
commit | f9db8a3a20ea956aa4d7a4bef65a8f2acde44166 (patch) | |
tree | e4fffabcb1b3f5061c491fd2621f5e35e58593a9 /Misc | |
parent | 632fad393304db484f508d1833a9fda52b7f193a (diff) | |
download | cpython-f9db8a3a20ea956aa4d7a4bef65a8f2acde44166.zip cpython-f9db8a3a20ea956aa4d7a4bef65a8f2acde44166.tar.gz cpython-f9db8a3a20ea956aa4d7a4bef65a8f2acde44166.tar.bz2 |
Move test_logging over to doctest.
Thanks to Christopher White from GHOP.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -704,6 +704,7 @@ Edward Welbourne Cliff Wells Rickard Westman Jeff Wheeler +Christopher White Mats Wichmann Truida Wiedijk Felix Wiemann @@ -1341,6 +1341,8 @@ Extension Modules Tests ----- +- Refactor test_logging to use doctest. + - Refactor test_profile and test_cprofile to use the same code to profile. - Make test_runpy reentrant by fixing _check_module to clear out any module |