Function Summary |
|
collect(globals_dict)
|
|
collect_from_files(glob_pattern,
modulename,
path)
|
|
collect_from_modules(modules,
globals_dict)
|
|
collector_from_globals (globals_dict)
Returns a function that collects all TestCases from the given globals
dictionary, and registers them in a new TestSuite, returning it. |
|
collector_from_modules (modules,
globals_dict)
Returns a function that collects all TestCases from the given module
name list, and the given globals dictionary, and registers them in a new
TestSuite, returning it. |
|
_calling_module_directory()
|
|
_calling_module_name()
|
|
_first_external_frame()
|
|
_is_test_case(x)
|
|
_load_suite(module_name)
|
|
_module_names(glob_pattern,
modulename,
path)
|