module documentation

Mock test module that contains both a test_suite and a testSuite method. runner.TestLoader should load the tests from the testSuite, not from the Foo TestCase nor from the test_suite method.

See {twisted.trial.test.test_loader.LoaderTest.test_loadModuleWithBothCustom}.

Class Foo Undocumented
Function test_suite Undocumented
Function testSuite Undocumented
def test_suite(): (source)

Undocumented

def testSuite(): (source)

Undocumented