mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip test_string_path
This commit is contained in:
@@ -469,7 +469,6 @@ class CommonResourceTests(abc.ABC):
|
||||
# Passing in the package itself should succeed.
|
||||
self.execute(data01, 'utf-8.file')
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
def test_string_path(self):
|
||||
# Passing in a string for the path should succeed.
|
||||
path = 'utf-8.file'
|
||||
|
||||
Reference in New Issue
Block a user