class documentation

Tests for fixture helper methods (e.g. setUp, tearDown).

Method setUp Setup our test case
Method test_brokenSetUp When setUp fails, the error is recorded in the result object.
Method test_brokenTearDown When tearDown fails, the error is recorded in the result object.
Method test_tearDownRunsOnTestFailure SynchronousTestCase.tearDown runs when a test method fails.
Instance Variable loader Undocumented
Instance Variable reporter Undocumented
def setUp(self): (source)

Setup our test case

def test_brokenSetUp(self): (source)

When setUp fails, the error is recorded in the result object.

def test_brokenTearDown(self): (source)

When tearDown fails, the error is recorded in the result object.

def test_tearDownRunsOnTestFailure(self): (source)

SynchronousTestCase.tearDown runs when a test method fails.

Undocumented

reporter = (source)

Undocumented