PloneTestCase (0.9.7)
Released on 2007-12-05 by Stefan Holek for Plone 2.0, Plone 2.1, Plone 2.5, Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
- PloneTestCase download link: http://plone.org/products/plonetestcase/releases
- Homepage of PloneTestCase: http://plone.org/products/plonetestcase/
- PloneTestCase repository: https://svn.plone.org/svn/collective/PloneTestCase/trunk
PloneTestCase sits on top of the ZopeTestCase package. It has been developed to simplify testing of Plone and Plone-based applications and products.
The PloneTestCase package provides:
- The function
installProductto install a Zope product into the test environment. - The function
setupPloneSiteto create a Plone portal in the test db.Note:
setupPloneSiteaccepts an optionalproductsargument, which allows you to specify a list of products that will be added to the portal using the quickinstaller tool. - The class
PloneTestCaseof 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_policy,default_products,default_user, anddefault_password. - The constant
PLONE21which evaluates to true for Plone versions >= 2.1. - The constant
PLONE25which evaluates to true for Plone versions >= 2.5. - The module
utilsfrom the ZopeTestCase package.
There are currently no items in this folder.


