For more information on the search, visit the help page.
StubErrorReporter
__init__
addError
errors
test_util
AcquireAttributeTests
DirtyReactorAggregateErrorTests
ExcInfoTests
JanitorTests
ListToPhraseTests
MktempTests
OpenTestLogTests
RemoveSafelyTests
StubReactor
twisted.trial.test.test_util.StubErrorReporter
twisted
trial
test
class StubErrorReporter:
View In Hierarchy
A subset of twisted.trial.itrial.IReporter which records addError calls.
twisted.trial.itrial.IReporter
Undocumented
object
Failure
Record parameters in self.errors.
list[tuple[object, Failure]]
List of two-tuples of (test, error) which were passed to addError.