mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip test_open_text_default_encoding
This commit is contained in:
@@ -23,7 +23,6 @@ class OpenTests:
|
||||
result = fp.read()
|
||||
self.assertEqual(result, b'\x00\x01\x02\x03')
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
def test_open_text_default_encoding(self):
|
||||
with resources.open_text(self.data, 'utf-8.file') as fp:
|
||||
result = fp.read()
|
||||
|
||||
Reference in New Issue
Block a user