«
class documentation

High-level tests demonstrating the expected behaviour of logged errors during tests.

Method setUp Undocumented
Method tearDown Undocumented
Method test_boundedObservers There are no extra log observers after a test runs.
Method test_errorsIsolated Check that an error logged in one test doesn't fail the next test.
Method test_errorsIsolatedWhenTestFails An error logged in a failed test doesn't fail the next test.
Method test_singleError Test that a logged error gets reported as a test error.
Method test_twoErrors Test that when two errors get logged, they both get reported as test errors.
Instance Variable result Undocumented
def setUp(self):

Undocumented

def tearDown(self):

Undocumented

def test_boundedObservers(self):

There are no extra log observers after a test runs.

def test_errorsIsolated(self):

Check that an error logged in one test doesn't fail the next test.

def test_errorsIsolatedWhenTestFails(self):

An error logged in a failed test doesn't fail the next test.

def test_singleError(self):

Test that a logged error gets reported as a test error.

def test_twoErrors(self):

Test that when two errors get logged, they both get reported as test errors.

result =

Undocumented