[Neo-report] r2115 gregory - /trunk/tools/runner

nobody at svn.erp5.org nobody at svn.erp5.org
Sat May 15 09:55:51 CEST 2010


Author: gregory
Date: Sat May 15 09:55:51 2010
New Revision: 2115

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

Modified:
    trunk/tools/runner

Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Sat May 15 09:55:51 2010
@@ -157,7 +157,7 @@
         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)





More information about the Neo-report mailing list