twisted.trial.test.test_util.StubErrorReporter(object)
class documentationtwisted.trial.test.test_util
(View In Hierarchy)
A subset of twisted.trial.itrial.IReporter
which records addError
calls.
Instance Variable | errors | List of two-tuples of (test, error) which were passed to addError . |
Method | __init__ | Undocumented |
Method | addError | Record parameters in self.errors . |