mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Explain test_open skip
This commit is contained in:
@@ -110,7 +110,7 @@ class UnicodeFileTests(unittest.TestCase):
|
||||
else:
|
||||
_listdir_failure = NotADirectoryError
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
@unittest.skip("TODO: RUSTPYTHON, OSError: Not a directory (os error 20)")
|
||||
def test_open(self):
|
||||
for name in self.files:
|
||||
f = open(name, 'wb')
|
||||
|
||||
Reference in New Issue
Block a user