class twisted.trial.unittest.TestSuite(pyunit.TestSuite): (source)
Known subclasses: twisted.trial.runner.DestructiveTestSuite, twisted.trial.runner.LoggedSuite, twisted.trial.runner.TrialSuite
Extend the standard library's TestSuite
with a consistently overrideable run
method.
Method | run | Call run on every member of the suite. |
Call run
on every member of the suite.