提交 8c9729cd 编写于 作者: R Rudá Moura

avocado.plugins.test_list: Display multiple tests.

When a class has multiple tests, display each test.

Example:

INSTRUMENTED examples/tests/gdbtest.py:GdbTest.test_connect_multiple_clients
Signed-off-by: NRudá Moura <rmoura@redhat.com>
上级 133b60e8
......@@ -129,6 +129,7 @@ class TestList(plugin.Plugin):
else:
if issubclass(cls, test.Test):
stats['instrumented'] += 1
id_label = params['name']
type_label = self.term_support.healthy_str('INSTRUMENTED')
test_matrix.append((type_label, id_label))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册