|
Last change
on this file since 1244 was
205,
checked in by chervol, 20 years ago
|
|
fixed labels in configlet
|
|
File size:
457 bytes
|
| Line | |
|---|
| 1 | from Products.PloneTestCase import PloneTestCase as PloneTestCase |
|---|
| 2 | |
|---|
| 3 | from Products.CMFCore.utils import getToolByName |
|---|
| 4 | from Products.qPingTool import PingTool |
|---|
| 5 | from Products.qPingTool.config import * |
|---|
| 6 | |
|---|
| 7 | PRODUCTS = ['qPingTool', 'SimpleBlog'] |
|---|
| 8 | |
|---|
| 9 | map(PloneTestCase.installProduct, ('qPingTool', 'XMLRPCMethod', 'SimpleBlog')) |
|---|
| 10 | |
|---|
| 11 | PloneTestCase.setupPloneSite(products=PRODUCTS) |
|---|
| 12 | |
|---|
| 13 | class TestCase(PloneTestCase.PloneTestCase): |
|---|
| 14 | """Base class used for test cases |
|---|
| 15 | """ |
|---|
Note: See
TracBrowser
for help on using the repository browser.