test output formatting
authorStefan Behnel <scoder@users.berlios.de>
Sat, 13 Mar 2010 06:31:41 +0000 (07:31 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 13 Mar 2010 06:31:41 +0000 (07:31 +0100)
Cython/Tests/xmlrunner.py

index cb037eb4d8e9d5de80d7fe2eec833c7c6c592261..5519fc73c7a81283af3b66c2aae6a35b65d24f44 100644 (file)
@@ -112,7 +112,7 @@ class _XMLTestResult(_TextTestResult):
                 self.start_time = self.stop_time = 0
             
             if self.showAll:
-                self.stream.writeln('%.3fs %s' % \
+                self.stream.writeln('(%.3fs) %s' % \
                     (test_info.get_elapsed_time(), verbose_str))
             elif self.dots:
                 self.stream.write(short_str)