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

File diff suppressed because it is too large Load Diff

View File

@ -524,6 +524,7 @@ Martijn Pieters
François Pinard François Pinard
Zach Pincus Zach Pincus
Michael Piotrowski Michael Piotrowski
Antoine Pitrou
Michael Pomraning Michael Pomraning
Iustin Pop Iustin Pop
John Popplewell John Popplewell

View File

@ -1419,7 +1419,7 @@ Extension Modules
Tests 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. - Refactor test_profile and test_cprofile to use the same code to profile.