Implements interfaces: twisted.trial.itrial.IReporter

See module docstring.

Method __init__ Undocumented
Method startTest Queue test starting.
Method addFailure Queue adding a failure.
Method addError Queue error adding.
Method addSkip Queue adding a skip.
Method addUnexpectedSuccess Queue adding an unexpected success.
Method addExpectedFailure Queue adding an unexpected failure.
Method addSuccess Queue adding a success.
Method stopTest Queue stopping the test, then unroll the queue.
def __init__(self, original):
Undocumented
def startTest(self, test):

Queue test starting.

def addFailure(self, test, fail):

Queue adding a failure.

def addError(self, test, error):

Queue error adding.

def addSkip(self, test, reason):

Queue adding a skip.

def addUnexpectedSuccess(self, test, todo=None):

Queue adding an unexpected success.

def addExpectedFailure(self, test, error, todo=None):

Queue adding an unexpected failure.

def addSuccess(self, test):

Queue adding a success.

def stopTest(self, test):

Queue stopping the test, then unroll the queue.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.