summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-04 22:56:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-04 22:56:23 -0500
commit5eeccec6a6113b9e2537d7d8716a7d580a4952c7 (patch)
tree39ed6893d1fdf0b58fff71fbb2461c3af70749ec /tests/test_html.py
parentf455bd80cf7c8b4cb1cbda494f48d0a3dc710da0 (diff)
downloadpython-coveragepy-git-5eeccec6a6113b9e2537d7d8716a7d580a4952c7.tar.gz
Add arc_destination_description so we can next make better descriptions
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index d96804d6..704f023a 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -526,14 +526,14 @@ class HtmlGoldTests(CoverageGoldTest):
'<span class="pc_cov">70%</span>',
('<span class="annotate short">8&#x202F;&#x219B;&#x202F;11</span>'
'<span class="annotate long">Line 8 was executed, '
- 'but never jumped to line 11</span>'),
+ 'but didn\'t jump to line 11</span>'),
('<span class="annotate short">17&#x202F;&#x219B;&#x202F;exit</span>'
'<span class="annotate long">Line 17 was executed, '
- 'but never jumped to the function exit</span>'),
+ 'but didn\'t jump to the function exit</span>'),
('<span class="annotate short">25&#x202F;&#x219B;&#x202F;26,&nbsp;&nbsp; '
'25&#x202F;&#x219B;&#x202F;28</span>'
'<span class="annotate long">Line 25 was executed, '
- 'but never jumped to line 26 or line 28</span'),
+ 'but didn\'t jump to line 26 or jump to line 28</span'),
)
contains(
"out/b_branch/index.html",