提交 e65a88d8 编写于 作者: C Cleber Rosa

avocado/core/runner.py: result is actually a TestResultProxy

Fix the docstring that doesn't reflect that the result parameter
should actually be a TestResultProxy.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 e55a42e8
......@@ -166,7 +166,7 @@ class TestRunner(object):
Creates an instance of TestRunner class.
:param job: an instance of :class:`avocado.core.job.Job`.
:param test_result: an instance of :class:`avocado.core.result.TestResult`.
:param test_result: an instance of :class:`avocado.core.result.TestResultProxy`.
"""
self.job = job
self.result = test_result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册