Name Description Size
test_fixture.py Ensure that 'set_level' is undone after the end of the test. Tests the logging output themselves (affacted both by logger and handler levels). 9676
test_formatter.py 5019
test_reporting.py import sys def test_foo(): sys.stdout.write('text going to stdout') sys.stderr.write('text going to stderr') assert False 34735