| Home | Trees | Index | Help |
|
|---|
| Package testoob :: Module collecting |
|
| Function Summary | |
|---|---|
collect(globals_dict)
| |
collect_from_files(glob_pattern,
modulename,
path)
| |
collect_from_modules(modules,
globals_dict)
| |
Returns a function that collects all TestCases from the given globals dictionary, and registers them in a new TestSuite, returning it. | |
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. | |
| Function Details |
|---|
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Dec 3 15:27:57 2006 | http://epydoc.sf.net |