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:
parent
492e2bfefa
commit
56c4debe0d
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue