提交 c702a4b8 编写于 作者: C Cleber Rosa 提交者: Lucas Meneghel Rodrigues

avocado/result.py: give an extra space for the progress throbber

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 023b0474
......@@ -260,9 +260,9 @@ class HumanTestResult(TestResult):
:param state: result of :class:`avocado.test.Test.get_state`.
:type state: dict
"""
self.test_label = '(%s/%s) %s: ' % (self.tests_run,
self.tests_total,
state['tagged_name'])
self.test_label = '(%s/%s) %s: ' % (self.tests_run,
self.tests_total,
state['tagged_name'])
self.stream.info(msg=self.test_label, skip_newline=True)
def end_test(self, state):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册