Package CMFCore :: Package tests :: Package base :: Module utils
[show private | hide private]
[frames | no frames]

Module CMFCore.tests.base.utils

CMF test utils.

$Id: utils.py 21452 2005-05-06 18:20:01Z fguillaume $
Function Summary
  build_test_suite(package_name, module_names, required, suite_name)
Utlitity for building a test suite from a package name and a list of modules.
  has_path(catalog, path)
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.

Generated by Epydoc 2.1 on Mon Jun 27 12:47:18 2005 http://epydoc.sf.net