Class t.t.r.TestHolder(object):

Part of twisted.trial.runner View Source View In Hierarchy

Known subclasses: twisted.trial.runner.ErrorHolder

Placeholder for a TestCase inside a reporter. As far as a TestResult is concerned, this looks exactly like a unit test.
Method __init__
Method id Undocumented
Method shortDescription Undocumented
def __init__(self, description): (source)
ParametersdescriptionA string to be displayed TestResult.
def id(self): (source)
Undocumented
def shortDescription(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.