From 2268fc8006d0940639dcc7d52cff930ff56a5f1f Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 28 Feb 2019 12:22:29 +0100 Subject: [PATCH] add document about AssertionError --- zaza/charm_tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/charm_tests/test_utils.py b/zaza/charm_tests/test_utils.py index 1b9f65c..e92e62e 100644 --- a/zaza/charm_tests/test_utils.py +++ b/zaza/charm_tests/test_utils.py @@ -50,6 +50,7 @@ def audit_assertions(action, :type expected_passes: List[str] :param expected_failures: List of test names that are expected to fail :type expexted_failures: List[str] + :raises: AssertionError if the assertion fails. """ if expected_failures is None: expected_failures = []