class documentation

Mixin for testing that 'dry run' mode works with various pyunit.TestCase subclasses.

Method makeTestFixtures Set self.test and self.suite, where self.suite is an empty TestSuite.
Method setUp Undocumented
Method test_empty If there are no tests, the reporter should not receive any events to report.
Method test_singleCaseReporting If we are running a single test, check the reporter starts, passes and then stops the test during a dry run.
Method test_testsNotRun When we are doing a dry run, the tests should not actually be run.
Instance Variable log Undocumented
Instance Variable runner Undocumented
Instance Variable stream Undocumented
def makeTestFixtures(self): (source)
def setUp(self): (source)

Undocumented

def test_empty(self): (source)

If there are no tests, the reporter should not receive any events to report.

def test_singleCaseReporting(self): (source)

If we are running a single test, check the reporter starts, passes and then stops the test during a dry run.

def test_testsNotRun(self): (source)

When we are doing a dry run, the tests should not actually be run.

Undocumented

Undocumented

Undocumented