summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/testcases.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index 837c843ff5..db2187f7fd 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -58,6 +58,7 @@ def to_list(value):
value = [value]
return value
+
def assert_and_parse_html(self, html, user_msg, msg):
try:
dom = parse_html(html)