MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_cmp_to_signature

Method test_cmp_to_signature

Lib/test/test_functools.py:1197–1198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1195
1196 @unittest.expectedFailure # TODO: RUSTPYTHON; + (mycmp)
1197 def test_cmp_to_signature(self):
1198 return super().test_cmp_to_signature()
1199
1200 @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() got multiple values for argument 'mycmp'
1201 def test_cmp_to_key_arguments(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_cmp_to_signatureMethod · 0.45

Tested by

no test coverage detected