source: products/quintagroup.quills.extras/branches/no_webresults/quintagroup/quills/extras/tests/test_docfile.py @ 1214

Last change on this file since 1214 was 1214, checked in by mylan, 15 years ago

Added tests for quills

File size: 236 bytes
Line 
1# -*- coding: utf-8 -*-
2from base import *
3from Products.QuillsEnabled.tests import test_docfile
4
5for x in ZOPE_DEPS + PLONE_DEPS:
6    ztc.installProduct(x)
7
8ptc.setupPloneSite(products=PLONE_DEPS)
9
10test_suite = test_docfile.test_suite
Note: See TracBrowser for help on using the repository browser.