avocado.core.exceptions: Return TestNotFoundError

This test exception was lost, even though we use it in
the definition of the avocado.test.MissingTest class.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 8b9cb2b4
......@@ -86,6 +86,14 @@ class NotATestError(TestBaseException):
status = "NOT_A_TEST"
class TestNotFoundError(TestBaseException):
"""
Indicates that the test was not found in the test directory.
"""
status = "ERROR"
class TestTimeoutError(TestBaseException):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册