Previously, a LoggingCaptureHandler was instantiated for each test's setup/call/teardown which turns out to be expensive. Instead, only keep one instance and reset it between runs. |
||
|---|---|---|
| .. | ||
| test_fixture.py | ||
| test_formatter.py | ||
| test_reporting.py | ||
Previously, a LoggingCaptureHandler was instantiated for each test's setup/call/teardown which turns out to be expensive. Instead, only keep one instance and reset it between runs. |
||
|---|---|---|
| .. | ||
| test_fixture.py | ||
| test_formatter.py | ||
| test_reporting.py | ||