source: products/qPingTool/trunk/tests/base.py

Last change on this file was 205, checked in by chervol, 18 years ago

fixed labels in configlet

File size: 457 bytes
Line 
1from Products.PloneTestCase import PloneTestCase as PloneTestCase
2
3from Products.CMFCore.utils import getToolByName
4from Products.qPingTool import PingTool
5from Products.qPingTool.config import *
6
7PRODUCTS = ['qPingTool', 'SimpleBlog']
8
9map(PloneTestCase.installProduct, ('qPingTool', 'XMLRPCMethod', 'SimpleBlog'))
10
11PloneTestCase.setupPloneSite(products=PRODUCTS)
12
13class TestCase(PloneTestCase.PloneTestCase):
14    """Base class used for test cases
15    """
Note: See TracBrowser for help on using the repository browser.