Commit 48a2d7f6 authored by Nicolas Delaby's avatar Nicolas Delaby

rename tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26b24eec
......@@ -12,13 +12,13 @@ except ImportError:
# startup is only in Zope2.6
pass
from Products.Formulator.tests import test_Form, test_validators, test_serialize
from Products.Formulator.tests import testForm, testFormValidator, testSerializeForm
def test_suite():
suite = unittest.TestSuite()
suite.addTest(test_Form.test_suite())
suite.addTest(test_validators.test_suite())
suite.addTest(test_serialize.test_suite())
suite.addTest(testForm.test_suite())
suite.addTest(testFormValidator.test_suite())
suite.addTest(testSerializeForm.test_suite())
return suite
def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment