class documentation
class LogErrorsMixin:
Known subclasses: twisted.trial.test.test_log.AsynchronousLogErrorsTests
, twisted.trial.test.test_log.SynchronousLogErrorsTests
High-level tests demonstrating the expected behaviour of logged errors during tests.
Method | set |
Undocumented |
Method | tear |
Undocumented |
Method | test_bounded |
There are no extra log observers after a test runs. |
Method | test_errors |
Check that an error logged in one test doesn't fail the next test. |
Method | test_errors |
An error logged in a failed test doesn't fail the next test. |
Method | test_single |
Test that a logged error gets reported as a test error. |
Method | test_two |
Test that when two errors get logged, they both get reported as test errors. |
Instance Variable | result |
Undocumented |