twisted.trial.test.test_testcase.TestCaseMixin(object) class documentationtwisted.trial.test.test_testcase
(View In Hierarchy)
Known subclasses: twisted.trial.test.test_testcase.AsynchronousTestCaseTests, twisted.trial.test.test_testcase.SynchronousTestCaseTests
TestCase
tests.
| Method | setUp | Create a couple instances of MyTestCase, each for the same
test method, to be used in the test methods of this class. |
| Method | test_equality | In order for one test method to be runnable twice, two TestCase instances with the same test method name must not compare as equal. |
| Method | test_hashability | In order for one test method to be runnable twice, two TestCase instances with the same test method name should not have the same hash value. |
Create a couple instances of MyTestCase, each for the same
test method, to be used in the test methods of this class.