avocado.core.exceptions: Make TestFail to inherit from AssertionError
Unittests only consider exceptions derived from AssertionError
to be actual failures. Although TestFail is more of a generic
'this test failed' kind of thing, for all intents and purposes
it doesn't impact the rest of avocado. So, let's make the change.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
Showing
想要评论请 注册 或 登录