avocado.runner: Swap runTest() and _runTest().
Swap runTest() with _runTest().
Now run_suite() will call runTest() and then, create a subprocess
with _runTest().
Plus more refactoring:
* Update documentation.
* Use longer variable names.
* Cosmetics.
Signed-off-by: NRudá Moura <rmoura@redhat.com>
Showing
想要评论请 注册 或 登录