diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-17 17:34:47 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-17 17:34:47 -0500 |
commit | 86a4e4dcbbee16b2883de95e9236ebb67cd065a0 (patch) | |
tree | 17adf2d20516384516a34d1e378222fae2699238 /tests/test_html.py | |
parent | 0ae03047fa0825405efd80b3e09dcd2ff2797b56 (diff) | |
download | python-coveragepy-86a4e4dcbbee16b2883de95e9236ebb67cd065a0.tar.gz |
Bump version since we published 4.0a2
Diffstat (limited to 'tests/test_html.py')
-rw-r--r-- | tests/test_html.py | 1 |
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.""" |