Changeset 148 for plone4biotheme.base/trunk/plone4biotheme/base/tests.py
- Timestamp:
- 06/20/10 23:12:51 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4biotheme.base/trunk/plone4biotheme/base/tests.py
r65 r148 1 1 import unittest 2 2 3 from zope.testing import doctestunit4 from zope.component import testing3 # from zope.testing import doctestunit 4 # from zope.component import testing 5 5 from Testing import ZopeTestCase as ztc 6 6 7 from Products.Five import zcml7 # from Products.Five import zcml 8 8 from Products.Five import fiveconfigure 9 9 from Products.PloneTestCase import PloneTestCase as ptc … … 24 24 def tearDown(cls): 25 25 pass 26 27 26 28 27 def test_suite():
