# # PloneTestCase API # # $Id: ptc.py 33985 2006-11-21 23:45:05Z shh42 $ from Testing.ZopeTestCase import hasProduct from Testing.ZopeTestCase import installProduct from Testing.ZopeTestCase import Sandboxed from Testing.ZopeTestCase import Functional from Products.PloneTestCase import utils from Products.PloneTestCase.utils import * from Products.PloneTestCase import setup from Products.PloneTestCase.setup import PLONE21 from Products.PloneTestCase.setup import PLONE25 from Products.PloneTestCase.setup import PLONE30 from Products.PloneTestCase.setup import USELAYER from Products.PloneTestCase.setup import Z3INTERFACES from Products.PloneTestCase.setup import portal_name from Products.PloneTestCase.setup import portal_owner from Products.PloneTestCase.setup import default_policy from Products.PloneTestCase.setup import default_products from Products.PloneTestCase.setup import default_base_profile from Products.PloneTestCase.setup import default_extension_profiles from Products.PloneTestCase.setup import default_user from Products.PloneTestCase.setup import default_password from Products.PloneTestCase.setup import setupPloneSite from Products.PloneTestCase.PloneTestCase import PloneTestCase from Products.PloneTestCase.PloneTestCase import FunctionalTestCase