Commit 974bcd1c authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove a TODO implemented in r1188.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1448 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 764b9815
......@@ -115,7 +115,6 @@ class NeoTestRunner(unittest.TestResult):
try:
test_module = __import__(test_module, globals(), locals(), ['*'])
except ImportError, err:
# TODO: include import errors in report
self.failedImports[test_module] = err
print "Import of %s failed : %s" % (test_module, err)
continue
......
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