twisted.trial.test.test_tests.SkipClassesMixin(ResultsTestMixin)
class documentationtwisted.trial.test.test_tests
(View In Hierarchy)
Known subclasses: twisted.trial.test.test_tests.AsynchronousSkipClassTests, twisted.trial.test.test_tests.SynchronousSkipClassTests
Test the class skipping features of twisted.trial.unittest.TestCase
.
Method | setUp | Setup our test case |
Method | test_counting | Skipped test methods still contribute to the total test count. |
Method | test_setUpRan | The setUp method is not called if the class is set to
skip. |
Method | test_results | No summary |
Method | test_reasons | Test methods which raise unittest.SkipTest or have their
skip attribute set to something are skipped. |
Inherited from ResultsTestMixin:
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 |