twisted.trial.test.test_tests.ResultsTestMixin(object)
class documentationtwisted.trial.test.test_tests
(View In Hierarchy)
Known subclasses: twisted.trial.test.test_tests.ClassTodoMixin, twisted.trial.test.test_tests.SkipClassesMixin, twisted.trial.test.test_tests.SkipMethodsMixin, twisted.trial.test.test_tests.StrictTodoMixin, twisted.trial.test.test_tests.TodoMixin
Provide useful APIs for test cases that are about test cases.
Method | loadSuite | Load tests from the given test case class and create a new reporter to use for running it. |
Method | test_setUp | test the setup |
Method | assertCount | Asserts that the test count is plausible |