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 a1c1107 commit 0b546d6Copy full SHA for 0b546d6
Lib/test/test_userlist.py
@@ -7,14 +7,9 @@
7
class UserListTest(list_tests.CommonTest):
8
type2test = UserList
9
10
- # TODO: RUSTPYTHON, parent method is marked but this version passes
11
- def test_init(self):
12
- super().test_init()
13
-
14
15
import sys
16
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, unexpectedly panics somewhere")
17
- def test_repr_deep(self):
+ def test_repr_deep(self): # XXX: RUSTPYTHON; remove this method when fixed
18
super().test_repr_deep()
19
20
def test_getslice(self):
0 commit comments