twisted.trial.unittest.TestSuite(pyunit.TestSuite)
class documentationtwisted.trial.unittest
View Source
(View In Hierarchy)
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.