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 | 77a5085b2af747466d06568ad026b6e8495949b3 (patch) | |
tree | b0ec7ed9bcdf3fa7999812715756fe642f389d4d /test/test_html.py | |
parent | 7543956017305b6ca9640718e6944b6b144767e2 (diff) | |
download | python-coveragepy-git-77a5085b2af747466d06568ad026b6e8495949b3.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 96f98c83..3ebdb10b 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 #}") |