Commit c1c3b956 authored by Stefan Behnel's avatar Stefan Behnel

test output formatting

parent 9ea47d82
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment