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

Test runner: improve documentation on _run_test and its queue

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 d538fe67
......@@ -177,6 +177,11 @@ class TestRunner(object):
"""
Run a test instance.
This code is the first thing that runs inside a new process, known here
as the test process. It communicates to the test runner by using
:param:`queue`. It's important that this early state is given to the
test runner in a reliable way.
:param test_factory: Test factory (test class and parameters).
:type test_factory: tuple of :class:`avocado.core.test.Test` and dict.
:param queue: Multiprocess queue.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册