summaryrefslogtreecommitdiff
path: root/test/test_api.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
commit33022cba9ed2d8efe8245e4a7d9aba66075d6811 (patch)
tree5e494b2122eb3d1c52b5b9d2bf9db05283692156 /test/test_api.py
parent30f035760bd34dc45c0303affa55820540c40c5a (diff)
downloadpython-coveragepy-33022cba9ed2d8efe8245e4a7d9aba66075d6811.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'test/test_api.py')
-rw-r--r--test/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py
index a832c03..aa0e726 100644
--- a/test/test_api.py
+++ b/test/test_api.py
@@ -468,7 +468,7 @@ class ReportIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
class XmlIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
"""Tests of the xml include/omit functionality.
-
+
This also takes care of the HTML and annotate include/omit, by virtue
of the structure of the code.