Class t.t.r.TestSuite(pyunit.TestSuite):

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

Known subclasses: twisted.trial.runner.DocTestSuite, twisted.trial.runner.LoggedSuite, twisted.trial.runner.TrialSuite

Extend the standard library's TestSuite with support for the visitor pattern and a consistently overrideable run method.
Method __call__ Undocumented
Method run Call run on every member of the suite.
def __call__(self, result): (source)
Undocumented
def run(self, result): (source)
Call run on every member of the suite.
API Documentation for twisted, generated by pydoctor.