mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Mark unsupported tests
This commit is contained in:
@@ -177,6 +177,7 @@ class GlobTests(unittest.TestCase):
|
||||
self.assertEqual(glob.escape(arg), expected)
|
||||
self.assertEqual(glob.escape(os.fsencode(arg)), os.fsencode(expected))
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
def test_escape(self):
|
||||
check = self.check_escape
|
||||
check('abc', 'abc')
|
||||
|
||||
Reference in New Issue
Block a user