summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-17 17:34:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-17 17:34:47 -0500
commit86a4e4dcbbee16b2883de95e9236ebb67cd065a0 (patch)
tree17adf2d20516384516a34d1e378222fae2699238 /tests/test_html.py
parent0ae03047fa0825405efd80b3e09dcd2ff2797b56 (diff)
downloadpython-coveragepy-86a4e4dcbbee16b2883de95e9236ebb67cd065a0.tar.gz
Bump version since we published 4.0a2
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 cc81798..b0cb839 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."""