From c073eca69a749cd579c8d429357d53498ba1f294 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 30 Nov 2016 06:22:54 -0500 Subject: Test excluded lines in the html report --- tests/farm/html/src/partial.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/farm/html/src/partial.ini (limited to 'tests/farm/html/src/partial.ini') diff --git a/tests/farm/html/src/partial.ini b/tests/farm/html/src/partial.ini new file mode 100644 index 00000000..cdb241b5 --- /dev/null +++ b/tests/farm/html/src/partial.ini @@ -0,0 +1,9 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + +[run] +branch = True + +[report] +exclude_lines = + raise AssertionError -- cgit v1.2.1