mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip test_glob
This commit is contained in:
@@ -2186,7 +2186,6 @@ class PosixPathTest(_BasePathTest, unittest.TestCase):
|
||||
# Non-strict
|
||||
self._check_symlink_loop(BASE, 'linkW', 'foo', strict=False)
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
def test_glob(self):
|
||||
P = self.cls
|
||||
p = P(BASE)
|
||||
|
||||
Reference in New Issue
Block a user