Commit 4caea95d authored by Jérome Perrin's avatar Jérome Perrin

return the real test class name in test_suite()


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8626 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d960a2ce
......@@ -349,5 +349,5 @@ else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestBusinessTemplate))
suite.addTest(unittest.makeSuite(TestTrashTool))
return suite
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