Refactor test_logging to use unittest. This should finally solve the flakiness

issues.

Thanks to Antoine Pitrou for the patch.
This commit is contained in:
Brett Cannon
2008-03-03 00:38:58 +00:00
parent 492e2bfefa
commit 56c4debe0d
3 changed files with 772 additions and 2183 deletions
+770 -2182
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -524,6 +524,7 @@ Martijn Pieters
François Pinard
Zach Pincus
Michael Piotrowski
Antoine Pitrou
Michael Pomraning
Iustin Pop
John Popplewell
+1 -1
View File
@@ -1419,7 +1419,7 @@ Extension Modules
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.