avocado.result: Fix docstring

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 f05f9abc
...@@ -221,7 +221,7 @@ class TestResult(object): ...@@ -221,7 +221,7 @@ class TestResult(object):
""" """
Called once for a test to check status and report. Called once for a test to check status and report.
:param test: an instance of :class:`avocado.test.Test`. :param test: A dict with test internal state
""" """
status_map = {'PASS': self.add_pass, status_map = {'PASS': self.add_pass,
'ERROR': self.add_error, 'ERROR': self.add_error,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册