diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-31 21:56:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-31 21:56:22 -0400 |
commit | ece33ca68a98a516e61a141fd8150385395abb66 (patch) | |
tree | 50b55b57dc839ac748b5bc37755669584485567e /test/test_html.py | |
parent | e4671e4ba2dd74204abd6a41ddb411f786c484cd (diff) | |
download | python-coveragepy-ece33ca68a98a516e61a141fd8150385395abb66.tar.gz |
Finish the paperwork on Julian's patch.
Diffstat (limited to 'test/test_html.py')
-rw-r--r-- | test/test_html.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_html.py b/test/test_html.py index 96f98c8..3ebdb10 100644 --- a/test/test_html.py +++ b/test/test_html.py @@ -204,7 +204,6 @@ class HtmlWithUnparsableFilesTest(CoverageTest): have been raised when writing the HTML report. """ - source = "exec compile('', '', 'exec') in {'__file__' : 'liar.html'}" self.make_file("liar.py", source) self.make_file("liar.html", "{# Whoops, not python code #}") |