class documentation
class IterateTestsMixin:
Known subclasses: twisted.trial.test.test_tests.AsynchronousIterateTestsTests
, twisted.trial.test.test_tests.SynchronousIterateTestsTests
_iterateTests
returns a list of all test cases in a test suite or test case.
Method | test_iterate |
_iterateTests returns tests in left-to-right, depth-first order. |
Method | test_iterate |
_iterateTests returns tests that are in nested test suites. |
Method | test_iterate |
_iterateTests on a test suite that contains a single test case returns a list containing that test case. |
Method | test_iterate |
_iterateTests on a single test case returns a list containing that test case. |
_iterateTests
on a test suite that contains a single test case returns a list containing that test case.