Commit 5f3b7630 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove 'neo.tests' prefix from test runner output.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2115 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 39465fec
......@@ -157,7 +157,7 @@ class NeoTestRunner(unittest.TestResult):
stats.time += time.time() - self.lastStart
def startTest(self, test):
print ' * %s %s...' % (test.__class__.__module__,
print ' * %s %s...' % (test.__class__.__module__[10:],
test._TestCase__testMethodName),
sys.stdout.flush()
unittest.TestResult.startTest(self, test)
......
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