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)