From 6527a504c0871621563bb5d2b4147a065beaa55e 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') 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") -- cgit v1.2.1