diff --git a/tests/test_templatesVersion.py b/tests/test_templatesVersion.py index e27a41ce..796747e0 100644 --- a/tests/test_templatesVersion.py +++ b/tests/test_templatesVersion.py @@ -55,4 +55,4 @@ def test_templateVersions(): compatibilityIssue = CompatibilityIssue.DescriptionConflict break - assert compatibilityIssue is None + assert compatibilityIssue is None, "{} in {} for node {}".format(compatibilityIssue, path, nodeType)