From b99fbf1ff6a06309ecf6cce8d6ae97dee5626784 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 24 Jul 2015 10:43:46 -0400 Subject: Add license mention to the top of all files. #313. --- tests/farm/html/run_b_branch.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/farm/html/run_b_branch.py') diff --git a/tests/farm/html/run_b_branch.py b/tests/farm/html/run_b_branch.py index cc7783ac..ecb812de 100644 --- a/tests/farm/html/run_b_branch.py +++ b/tests/farm/html/run_b_branch.py @@ -1,3 +1,6 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + def html_it(): """Run coverage.py with branches and make an HTML report for b.""" import coverage @@ -16,9 +19,9 @@ contains("html_b_branch/b_py.html", 'if x < 2', '    a = 3', '70%', - '8', + '11', 'exit', - '23   25', + '26   28', ) contains("html_b_branch/index.html", 'b.py', -- cgit v1.2.1