CMFTestCase (0.9.7)
Released on 2007-12-05 by Stefan Holek, Stefan H. Holek for Plone 2.0, Plone 2.1, Plone 2.5, Plone 3.0 under -- available for All platforms.
Software development stage: stable
- CMFTestCase download link: http://plone.org/products/cmftestcase/releases
- Homepage of CMFTestCase: http://plone.org/products/cmftestcase
CMFTestCase has been developed to simplify testing of CMF-based applications and products.
The CMFTestCase package provides:
- The function
installProductto install a Zope product into the test environment. - The function
setupCMFSiteto create a CMF portal in the test db. - The class
CMFTestCaseof which to derive your test cases. - The class
FunctionalTestCaseof which to derive your test cases for functional unit testing. - The classes
SandboxedandFunctionalto mix-in with your own test cases. - The constants
portal_name,portal_owner,default_products,default_base_profile,default_extension_profiles,default_user, anddefault_password. - The constant
CMF15which evaluates to true for CMF versions >= 1.5. - The constant
CMF16which evaluates to true for CMF versions >= 1.6. - The constant
CMF20which evaluates to true for CMF versions >= 2.0. - The constant
CMF21which evaluates to true for CMF versions >= 2.1. - The module
utilsfrom the ZopeTestCase package.
There are currently no items in this folder.


