From b239c3d27e68ff6a0f4e11ae5a1eeea613c30325 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 10 Nov 2014 21:41:35 +0100 Subject: [PATCH] Fixed negligible formatting error. --- django/test/testcases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/test/testcases.py b/django/test/testcases.py index 837c843ff50..db2187f7fd1 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)