diff options
Diffstat (limited to 'test/test_api.py')
-rw-r--r-- | test/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py index a832c035..aa0e726b 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. |