projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea47d8
)
test output formatting
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 13 Mar 2010 06:31:41 +0000
(07:31 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 13 Mar 2010 06:31:41 +0000
(07:31 +0100)
Cython/Tests/xmlrunner.py
patch
|
blob
|
history
diff --git
a/Cython/Tests/xmlrunner.py
b/Cython/Tests/xmlrunner.py
index cb037eb4d8e9d5de80d7fe2eec833c7c6c592261..5519fc73c7a81283af3b66c2aae6a35b65d24f44 100644
(file)
--- 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)