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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 13 16:22:27 CET 2010


Author: gregory
Date: Mon Dec 13 16:22:27 2010
New Revision: 2525

Log:
Test runner should not also include test title.

This is done by benchmark test runner too.

Modified:
    trunk/tools/runner

Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Mon Dec 13 16:22:27 2010
@@ -254,7 +254,7 @@ class NeoTestRunner(unittest.TestResult)
 
     def buildReport(self, add_status):
         self.time = sum([s.time for s in self.modulesStats.values()])
-        self.subject = "%s: %s Tests, %s Errors, %s Failures" % (self._title,
+        self.subject = "%s Tests, %s Errors, %s Failures" % (
             self.testsRun, len(self.errors), len(self.failures))
         summary = self._buildSummary(add_status)
         errors = self._buildErrors()




More information about the Neo-report mailing list