diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 08:37:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 08:37:00 -0400 |
commit | 2757132c198579ef997999157999fc07785a0f3c (patch) | |
tree | 1218e6c67fba413d8868de478b652c14f91a8356 /tests | |
parent | 04d38f7c3867e2f6b3085321d5464184f4e5c55b (diff) | |
download | python-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.py | 6 |
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"><</span> <span class="num">2</span>', ' <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 28</span>', + '<span class="annotate" title="Line 8 was executed, but never jumped to line 11">8 ↛ 11 [?]</span>', + '<span class="annotate" title="Line 17 was executed, but never jumped to the function exit">17 ↛ exit [?]</span>', + '<span class="annotate" title="Line 25 was executed, but never jumped to line 26 or line 28">25 ↛ 26, 25 ↛ 28 [?]</span>', ) contains("html_b_branch/index.html", '<a href="b_py.html">b.py</a>', |