Explain test_open skip

This commit is contained in:
Padraic Fanning
2021-02-08 21:05:30 -05:00
parent 6442d865ad
commit ac04e141cc

View File

@@ -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')