Class d.r.TapReporter(Reporter):

Part of dtester.reporter View In Hierarchy

A (hopefully) TAP compatible stream reporter, useful for automated processing of test results.
Notecompatibility with other TAP tools is mostly untested.
Method begin Undocumented
Method end Undocumented
Method startTest Undocumented
Method stopTest Undocumented
Method startSetUpSuite Undocumented
Method stopSetUpSuite Undocumented
Method startTearDownSuite Undocumented
Method stopTearDownSuite Undocumented
Method suiteSetUpFailure Undocumented
Method suiteTearDownFailure Undocumented

Inherited from Reporter:

Method __init__
Method getDescription
Method getInnerError Undocumented
Method getShortError Undocumented
Method dumpError Undocumented
Method dumpErrors Undocumented
Method harnessFailure Undocumented
def begin(self, tdefs):
Undocumented
def end(self, t_diff, count_total, count_succ, errors):
Undocumented
def startTest(self, tname, test):
Undocumented
def stopTest(self, tname, test, result, error):
Undocumented
def startSetUpSuite(self, tname, suite):
Undocumented
def stopSetUpSuite(self, tname, suite):
Undocumented
def startTearDownSuite(self, tname, suite):
Undocumented
def stopTearDownSuite(self, tname, suite):
Undocumented
def suiteSetUpFailure(self, tname, error):
Undocumented
def suiteTearDownFailure(self, tname, error):
Undocumented
API Documentation for dtester, generated by pydoctor at 2010-03-20 11:01:55.