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_iterateTestCase _iterateTests on a single test case returns a list containing that test case.
Method test_iterateSingletonTestSuite _iterateTests on a test suite that contains a single test case returns a list containing that test case.
Method test_iterateNestedTestSuite _iterateTests returns tests that are in nested test suites.
Method test_iterateIsLeftToRightDepthFirst _iterateTests returns tests in left-to-right, depth-first order.
def test_iterateTestCase(self):

_iterateTests on a single test case returns a list containing that test case.

def test_iterateSingletonTestSuite(self):

_iterateTests on a test suite that contains a single test case returns a list containing that test case.

def test_iterateNestedTestSuite(self):

_iterateTests returns tests that are in nested test suites.

def test_iterateIsLeftToRightDepthFirst(self):

_iterateTests returns tests in left-to-right, depth-first order.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.