Commit 4c74e532 authored by Nicolas Dumazet's avatar Nicolas Dumazet

deleted unnecessary line.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6566601e
...@@ -324,7 +324,6 @@ def runUnitTestList(test_list, verbosity=1, debug=0): ...@@ -324,7 +324,6 @@ def runUnitTestList(test_list, verbosity=1, debug=0):
pass pass
TestRunner = backportUnittest.TextTestRunner TestRunner = backportUnittest.TextTestRunner
suite = unittest.TestSuite()
# allow unit tests of our Products or business templates to be reached. # allow unit tests of our Products or business templates to be reached.
from glob import glob from glob import glob
......
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