twisted.trial.runner.TrialSuite(TestSuite)
class documentationtwisted.trial.runner
View Source
(View In Hierarchy)
Suite to wrap around every single test in a trial
run. Used
internally by Trial to set up things necessary for Trial tests to work,
regardless of what context they are run in.
Method | __init__ | Undocumented |
Method | run | Call run on every member of the suite. |
Method | _bail | Undocumented |
Call run
on every member of the suite.