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 | 8447a0797c9724b25346e742f954f33b8022283c (patch) | |
tree | c0c70c92814aad37534ce48a194ef346c7988f4f | |
parent | 61012481a34bbda55bd0072ee7f6d831db52c8b5 (diff) | |
download | python-coveragepy-8447a0797c9724b25346e742f954f33b8022283c.tar.gz |
Add a positive assertion to the recent cant-parse-html test
-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 36275fa..1877a30 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") |