Explain test_open_text_with_errors skip

This commit is contained in:
Padraic Fanning
2021-02-03 19:59:55 -05:00
parent cde7fa215a
commit 26513603a9

View File

@@ -35,7 +35,7 @@ class OpenTests:
result = fp.read()
self.assertEqual(result, 'Hello, UTF-16 world!\n')
@unittest.skip("TODO: RUSTPYTHON")
@unittest.skip("TODO: RUSTPYTHON, UnicodeDecodeError: cannot decode byte at index: 0")
def test_open_text_with_errors(self):
# Raises UnicodeError without the 'errors' argument.
with resources.open_text(