commit | 56c4debe0d005c48e53fdafbf64aef894a4c5fc6 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Mar 03 00:38:58 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Mar 03 00:38:58 2008 +0000 |
tree | 9870139102d389413af217dca84381e17fe01f44 | |
parent | 492e2bfefa3c534ab7cbe9f497509bcbcfec6eb9 [diff] [blame] |
Refactor test_logging to use unittest. This should finally solve the flakiness issues. Thanks to Antoine Pitrou for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS index 3cd73fb..208c350 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1419,7 +1419,7 @@ Tests ----- -- Refactor test_logging to use doctest. +- Refactor test_logging to use unittest. - Refactor test_profile and test_cprofile to use the same code to profile.