847
848
def stopTestRun(self): pass
848
849
def startTests(self): pass
849
850
def report_test_start(self, test): pass
851
def report_known_failure(self, test, err=None, details=None):
852
853
result = InstrumentedTestResult(None, None, None, None)
853
854
class Test(tests.TestCase):