diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-01 13:51:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-01 13:51:54 -0400 |
commit | 6527a504c0871621563bb5d2b4147a065beaa55e (patch) | |
tree | e3745a0a2a94a15aa7b21844d5028a40c0b8cb50 /test/test_html.py | |
parent | 1cac130c6c95804657c62c3944fd299a6690e73a (diff) | |
download | python-coveragepy-git-6527a504c0871621563bb5d2b4147a065beaa55e.tar.gz |
Add a positive assertion to the recent cant-parse-html test
Diffstat (limited to 'test/test_html.py')
-rw-r--r-- | test/test_html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_html.py b/test/test_html.py index 36275fa0..1877a30d 100644 --- a/test/test_html.py +++ b/test/test_html.py @@ -215,3 +215,4 @@ class HtmlWithUnparsableFilesTest(CoverageTest): self.import_local_file("liar") cov.stop() cov.html_report() + self.assert_exists("htmlcov/index.html") |