未验证 提交 0c0d3585 编写于 作者: L Lukáš Doktor

Merging pull request 2211

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  Loader: be clear about the meaning of NOT_A_TEST
......@@ -499,8 +499,8 @@ class FileLoader(TestLoader):
"""
name = 'file'
__not_test_str = ("Does not look like an INSTRUMENTED test, nor is it "
"executable")
__not_test_str = ("Not an INSTRUMENTED (avocado.Test based), PyUNITTEST ("
"unittest.TestCase based) or SIMPLE (executable) test")
def __init__(self, args, extra_params):
test_type = extra_params.pop('allowed_test_types', None)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册