class documentation

class TestSuite(pyunit.TestSuite): (source)

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

View In Hierarchy

Extend the standard library's TestSuite with a consistently overrideable run method.
Method run Call run on every member of the suite.
def run(self, result): (source)