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 | e5e4d5ea6afce887a75eb2d28af9117ad360b46e (patch) | |
tree | 39b4625c19368f5228eda1d0aa07bb188251321a /tests/test_html.py | |
parent | 3955b9ca60db8bbe976bfa352a784bb8f08fa1e0 (diff) | |
download | python-coveragepy-git-e5e4d5ea6afce887a75eb2d28af9117ad360b46e.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 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.""" |