summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-02 13:10:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-02 13:10:48 -0400
commit6ca21750bca7eb7a3a13b24208f82b4422c9ae38 (patch)
treee6689dfa8da5ccf1ae879cc99b64303874c3bf4f
parente114efc35ad2c2134f7d4c24a7a4fac286f9e50a (diff)
downloadpython-coveragepy-combine-from-multiple-dirs.tar.gz
This is fully mergedcombine-from-multiple-dirs
-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.