"""FormController tests package.""" from Products.PloneTestCase import PloneTestCase PloneTestCase.setupPloneSite() class CMFFormControllerTestCase(PloneTestCase.PloneTestCase): pass