summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index cc817985..b0cb839e 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -328,6 +328,7 @@ class HtmlTest(CoverageTest):
with self.assertRaisesRegex(NoSource, msg):
cov.html_report()
+
class HtmlStaticFileTest(CoverageTest):
"""Tests of the static file copying for the HTML report."""