From 8c78f96e77d7bc4bc27704afb6721c2b55c58451 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 6 Feb 2016 21:01:34 -0500 Subject: Different annotations on missed branches. I don't like them yet. --- tests/test_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_html.py b/tests/test_html.py index 704f023a..fda68aeb 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -529,7 +529,7 @@ class HtmlGoldTests(CoverageGoldTest): 'but didn\'t jump to line 11'), ('17 ↛ exit' 'Line 17 was executed, ' - 'but didn\'t jump to the function exit'), + 'but didn\'t exit function "two"'), ('25 ↛ 26,   ' '25 ↛ 28' 'Line 25 was executed, ' -- cgit v1.2.1