| Trees | Index | Help |
|---|
| Package CMFCore :: Package tests :: Package base :: Module utils |
|
CMF test utils.
$Id: utils.py 21452 2005-05-06 18:20:01Z fguillaume $| Function Summary | |
|---|---|
Utlitity for building a test suite from a package name and a list of modules. | |
Verify that catalog has an object at path. | |
| Function Details |
|---|
build_test_suite(package_name, module_names, required=1, suite_name='test_suite')Utlitity for building a test suite from a package name and a list of modules. If required is false, then ImportErrors will simply result in that module's tests not being added to the returned suite. |
has_path(catalog, path)Verify that catalog has an object at path. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jun 27 12:47:18 2005 | http://epydoc.sf.net |