We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194fa51 commit 2da623eCopy full SHA for 2da623e
Lib/test/test_dictviews.py
@@ -60,7 +60,6 @@ def test_dict_items(self):
60
e["a"] = "def"
61
self.assertNotEqual(d.items(), e.items())
62
63
- # TODO: RUSTPYTHON
64
def test_dict_mixed_keys_items(self):
65
d = {(1, 1): 11, (2, 2): 22}
66
e = {1: 1, 2: 2}
0 commit comments