From 8447a0797c9724b25346e742f954f33b8022283c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 1 Aug 2012 13:51:54 -0400 Subject: Add a positive assertion to the recent cant-parse-html test --- test/test_html.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_html.py') 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") -- cgit v1.2.1