summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 004ebbf..9d7a0ea 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -291,7 +291,7 @@ class HtmlWithUnparsableFilesTest(HtmlTestHelpers, CoverageTest):
# TODO: enable this test, and then fix this:
# https://bitbucket.org/ned/coveragepy/issue/351/files-with-incorrect-encoding-are-ignored
- def SKIP_THIS_decode_error(self):
+ def test_decode_error(self):
# imp.load_module won't load a file with an undecodable character
# in a comment, though Python will run them. So we'll change the
# file after running.