From 20033c71012732c181b3997e454f42edc46d44fd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 15 Feb 2016 12:30:31 -0500 Subject: Pick off some lint --- tests/test_html.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'tests/test_html.py') diff --git a/tests/test_html.py b/tests/test_html.py index 67c6d9b6..e67e4f5b 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -525,12 +525,18 @@ class HtmlGoldTests(CoverageGoldTest): '3'), '70%', ('8 ↛ 11' - 'line 8 didn\'t jump to line 11, because the condition on line 8 was never false'), + 'line 8 didn\'t jump to line 11, ' + 'because the condition on line 8 was never false'), ('17 ↛ exit' - 'line 17 didn\'t return from function \'two\', because the condition on line 17 was never false'), + 'line 17 didn\'t return from function \'two\', ' + 'because the condition on line 17 was never false'), ('25 ↛ 26,   ' - '25 ↛ 28' - '2 missed branches: 1) line 25 didn\'t jump to line 26, because the condition on line 25 was never true, 2) line 25 didn\'t jump to line 28, because the condition on line 25 was never false'), + '25 ↛ 28' + '2 missed branches: ' + '1) line 25 didn\'t jump to line 26, ' + 'because the condition on line 25 was never true, ' + '2) line 25 didn\'t jump to line 28, ' + 'because the condition on line 25 was never false'), ) contains( "out/b_branch/index.html", -- cgit v1.2.1