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 fdbfe15 commit 1bebc78Copy full SHA for 1bebc78
Lib/test/test_ast.py
@@ -2107,8 +2107,6 @@ def test_boolop(self):
2107
self._check_content(s, bop.values[1],
2108
'other_condition or yet_another_one')
2109
2110
- # TODO: RUSTPYTHON
2111
- @unittest.expectedFailure
2112
def test_tuples(self):
2113
s1 = 'x = () ;'
2114
s2 = 'x = 1 , ;'
@@ -2190,8 +2188,6 @@ async def f():
2190
2188
self._check_content(s, fdef.body[0].value, 'yield x')
2191
2189
self._check_content(s, fdef.body[1].value, 'await y')
2192
2193
2194
2195
def test_source_segment_multi(self):
2196
s_orig = dedent('''
2197
x = (
0 commit comments