summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 08:37:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 08:37:00 -0400
commit2757132c198579ef997999157999fc07785a0f3c (patch)
tree1218e6c67fba413d8868de478b652c14f91a8356 /tests
parent04d38f7c3867e2f6b3085321d5464184f4e5c55b (diff)
downloadpython-coveragepy-git-2757132c198579ef997999157999fc07785a0f3c.tar.gz
More information in the HTML missing branch annotations.
Diffstat (limited to 'tests')
-rw-r--r--tests/farm/html/run_b_branch.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/farm/html/run_b_branch.py b/tests/farm/html/run_b_branch.py
index 2451f069..382e3110 100644
--- a/tests/farm/html/run_b_branch.py
+++ b/tests/farm/html/run_b_branch.py
@@ -19,9 +19,9 @@ contains("html_b_branch/b_py.html",
'<span class="key">if</span> <span class="nam">x</span> <span class="op">&lt;</span> <span class="num">2</span>',
'&nbsp; &nbsp; <span class="nam">a</span> <span class="op">=</span> <span class="num">3</span>',
'<span class="pc_cov">70%</span>',
- '<span class="annotate" title="no jump to this line number">11</span>',
- '<span class="annotate" title="no jump to this line number">exit</span>',
- '<span class="annotate" title="no jumps to these line numbers">26&nbsp;&nbsp; 28</span>',
+ '<span class="annotate" title="Line 8 was executed, but never jumped to line 11">8&#x202F;&#x219B;&#x202F;11 [?]</span>',
+ '<span class="annotate" title="Line 17 was executed, but never jumped to the function exit">17&#x202F;&#x219B;&#x202F;exit [?]</span>',
+ '<span class="annotate" title="Line 25 was executed, but never jumped to line 26 or line 28">25&#x202F;&#x219B;&#x202F;26,&nbsp;&nbsp; 25&#x202F;&#x219B;&#x202F;28 [?]</span>',
)
contains("html_b_branch/index.html",
'<a href="b_py.html">b.py</a>',