We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69414 commit 9b2e0a7Copy full SHA for 9b2e0a7
Lib/test/list_tests.py
@@ -65,7 +65,7 @@ def test_repr(self):
65
self.assertEqual(repr(a2), "[0, 1, 2, [...], 3]")
66
67
# TODO: RUSTPYTHON
68
- @unittest.skip("TODO: RUSTPYTHON")
+ @unittest.expectedFailure
69
def test_repr_deep(self):
70
a = self.type2test([])
71
for i in range(sys.getrecursionlimit() + 100):
0 commit comments