summaryrefslogtreecommitdiff
path: root/test/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-08-01 13:51:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-08-01 13:51:54 -0400
commit8447a0797c9724b25346e742f954f33b8022283c (patch)
treec0c70c92814aad37534ce48a194ef346c7988f4f /test/test_html.py
parent61012481a34bbda55bd0072ee7f6d831db52c8b5 (diff)
downloadpython-coveragepy-8447a0797c9724b25346e742f954f33b8022283c.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.py1
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")