diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-10 21:41:35 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-10 21:41:35 +0100 |
| commit | b239c3d27e68ff6a0f4e11ae5a1eeea613c30325 (patch) | |
| tree | e5be0afdfba600281864395cb685191dc398cc95 | |
| parent | 542fd80a275b8d3207bc40b51b0dc466bfb1e3b6 (diff) | |
Fixed negligible formatting error.
| -rw-r--r-- | django/test/testcases.py | 1 |
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) |
