Commit 58a0ca05 authored by Alexandre Boeglin's avatar Alexandre Boeglin

import ZopeTestCase. The tests used to crash when ZopeTestCase wasn't imported.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2291 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e6cd0e4
......@@ -28,6 +28,8 @@ def runUnitTestList(test_list) :
execfile(os.path.join(tests_framework_home, 'framework.py'))
import unittest
from Testing import ZopeTestCase
TestRunner = unittest.TextTestRunner
suite = unittest.TestSuite()
......
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