mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Clean up skip in test_types
This commit is contained in:
1
Lib/test/test_types.py
vendored
1
Lib/test/test_types.py
vendored
@@ -1484,7 +1484,6 @@ class CoroutineTests(unittest.TestCase):
|
||||
self.assertIs(foo(), coro)
|
||||
self.assertIs(foo().__await__(), coro)
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON, unittest.mock")
|
||||
def test_duck_gen(self):
|
||||
class GenLike:
|
||||
def send(self): pass
|
||||
|
||||
Reference in New Issue
Block a user