class documentation

class ScanningLoader(TestLoader): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method loadTestsFromModule Return a suite of all tests cases contained in the given module
Instance Variable _visited Undocumented
def __init__(self): (source)

Undocumented

def loadTestsFromModule(self, module, pattern=None): (source)

Return a suite of all tests cases contained in the given module If the module is a package, load tests from all the modules in it. If the module has an ``additional_tests`` function, call it and add the return value to the tests.

_visited = (source)

Undocumented