We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4c52 commit 8b11cf2Copy full SHA for 8b11cf2
tests/support/htmlsupp.py
@@ -68,4 +68,4 @@ def assertIsValidHtmlDocument(self, value, permit_no_close=False):
68
except Exception as exc:
69
error = exc
70
if error:
71
- raise AssertionError("failed to verify input string as HTML: %s", str(error))
+ raise AssertionError("failed to verify input string as HTML: %s\ndocument:%s" % (str(error), value))
0 commit comments