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): (source)
Undocumented
def startTest(self, test): (source)

Queue test starting.

def addFailure(self, test, fail): (source)

Queue adding a failure.

def addError(self, test, error): (source)

Queue error adding.

def addSkip(self, test, reason): (source)

Queue adding a skip.

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

Queue adding an unexpected success.

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

Queue adding an unexpected failure.

def addSuccess(self, test): (source)

Queue adding a success.

def stopTest(self, test): (source)

Queue stopping the test, then unroll the queue.

API Documentation for Twisted, generated by pydoctor at 2019-04-10 22:20:19.