From 80e701b43f04f6ecca44a11f8c24d8ddfb74d662 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Feb 2016 07:48:10 -0500 Subject: More progress on better missed-branch descriptions --- tests/test_html.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tests/test_html.py') diff --git a/tests/test_html.py b/tests/test_html.py index fda68ae..67c6d9b 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -525,15 +525,12 @@ class HtmlGoldTests(CoverageGoldTest): '3'), '70%', ('8 ↛ 11' - 'Line 8 was executed, ' - 'but didn\'t jump to line 11'), + 'line 8 didn\'t jump to line 11, because the condition on line 8 was never false'), ('17 ↛ exit' - 'Line 17 was executed, ' - 'but didn\'t exit function "two"'), + 'line 17 didn\'t return from function \'two\', because the condition on line 17 was never false'), ('25 ↛ 26,   ' '25 ↛ 28' - 'Line 25 was executed, ' - 'but didn\'t jump to line 26 or jump to line 282 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