summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-15 12:30:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-15 12:30:31 -0500
commit1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff (patch)
tree2671c278c997b476102e64fb64c76a749a2b0f12 /tests/test_html.py
parentd77a0119140a42a848e21f3f13005bf63c7cad53 (diff)
downloadpython-coveragepy-1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff.tar.gz
Pick off some lint
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 67c6d9b..e67e4f5 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -525,12 +525,18 @@ class HtmlGoldTests(CoverageGoldTest):
'<span class="num">3</span>'),
'<span class="pc_cov">70%</span>',
('<span class="annotate short">8&#x202F;&#x219B;&#x202F;11</span>'
- '<span class="annotate long">line 8 didn\'t jump to line 11, because the condition on line 8 was never false</span>'),
+ '<span class="annotate long">line 8 didn\'t jump to line 11, '
+ 'because the condition on line 8 was never false</span>'),
('<span class="annotate short">17&#x202F;&#x219B;&#x202F;exit</span>'
- '<span class="annotate long">line 17 didn\'t return from function \'two\', because the condition on line 17 was never false</span>'),
+ '<span class="annotate long">line 17 didn\'t return from function \'two\', '
+ 'because the condition on line 17 was never false</span>'),
('<span class="annotate short">25&#x202F;&#x219B;&#x202F;26,&nbsp;&nbsp; '
- '25&#x202F;&#x219B;&#x202F;28</span>'
- '<span class="annotate long">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</span>'),
+ '25&#x202F;&#x219B;&#x202F;28</span>'
+ '<span class="annotate long">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</span>'),
)
contains(
"out/b_branch/index.html",