# # KrihvelTestCase # # XXX: Suppress DeprecationWarnings import warnings warnings.simplefilter('ignore', DeprecationWarning, append=1) from Products.PloneTestCase import PloneTestCase PloneTestCase.installProduct('Krihvel') PloneTestCase.setupPloneSite(policy='Krihvel') class KrihvelTestCase(PloneTestCase.FunctionalTestCase): '''TestCase for Krihvel testing''' # We have no content yet, but as we need new convenience methods to easily # build tests, they should be added here. pass