twisted.trial.test.test_log.Mask.FailureLoggingMixin(object)
class documentationtwisted.trial.test.test_log.Mask
(View In Hierarchy)
Known subclasses: twisted.trial.test.test_log.Mask.AsynchronousFailureLogging, twisted.trial.test.test_log.Mask.SynchronousFailureLogging
Method | test_silent | Don't log any errors. |
Method | test_single | Log a single error. |
Method | test_double | Log two errors. |
Method | test_singleThenFail | Log a single error, then fail. |