We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0199879 commit 571539dCopy full SHA for 571539d
Lib/test/test_generators.py
@@ -117,7 +117,6 @@ def g3(): return (yield from f())
117
118
class GeneratorTest(unittest.TestCase):
119
120
- @unittest.expectedFailure # TODO: RUSTPYTHON
121
def test_name(self):
122
def func():
123
yield 1
Lib/test/test_types.py
@@ -2052,8 +2052,6 @@ async def corofunc():
2052
else:
2053
self.fail('StopIteration was expected')
2054
2055
- # TODO: RUSTPYTHON
2056
- @unittest.expectedFailure
2057
def test_gen(self):
2058
def gen_func():
2059
0 commit comments