class documentation

Mixin defining tests for runner.TrialRunner.

Method test_addObservers Any log system observers TrialRunner.run adds are removed by the time it returns.
Method test_empty Empty test method, used by the other tests.
Method test_logFileAlwaysActive Test that a new file is opened on each run.
Method _getObservers Undocumented
def test_addObservers(self): (source)

Any log system observers TrialRunner.run adds are removed by the time it returns.

def test_empty(self): (source)

Empty test method, used by the other tests.

def test_logFileAlwaysActive(self): (source)

Test that a new file is opened on each run.

def _getObservers(self): (source)

Undocumented