summaryrefslogtreecommitdiff
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
commit6527a504c0871621563bb5d2b4147a065beaa55e (patch)
treee3745a0a2a94a15aa7b21844d5028a40c0b8cb50
parent1cac130c6c95804657c62c3944fd299a6690e73a (diff)
downloadpython-coveragepy-git-6527a504c0871621563bb5d2b4147a065beaa55e.tar.gz
Add a positive assertion to the recent cant-parse-html test
-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 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")