From c1c3b9565827480131fda57c0b0ee359df241567 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 13 Mar 2010 07:31:41 +0100 Subject: [PATCH] test output formatting --- Cython/Tests/xmlrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Tests/xmlrunner.py b/Cython/Tests/xmlrunner.py index cb037eb4..5519fc73 100644 --- a/Cython/Tests/xmlrunner.py +++ b/Cython/Tests/xmlrunner.py @@ -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) -- 2.26.2