We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c81ce6 commit 59c6c6fCopy full SHA for 59c6c6f
Lib/test/test_symtable.py
@@ -128,8 +128,6 @@ def test_nonlocal(self):
128
expected = ("some_var",)
129
self.assertEqual(self.other_internal.get_nonlocals(), expected)
130
131
- # TODO: RUSTPYTHON
132
- @unittest.expectedFailure
133
def test_local(self):
134
self.assertTrue(self.spam.lookup("x").is_local())
135
self.assertFalse(self.spam.lookup("bar").is_local())
0 commit comments