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

Method assertLess

Lib/test/test_pathlib/test_pathlib.py:402–404  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

400 def test_ordering_common(self):
401 # Ordering is tuple-alike.
402 def assertLess(a, b):
403 self.assertLess(a, b)
404 self.assertGreater(b, a)
405 P = self.cls
406 a = P('a')
407 b = P('a/b')

Callers 15

test_get_countMethod · 0.45
check_lnotabMethod · 0.45
test_cmp_to_keyMethod · 0.45
test_create_readMethod · 0.45
test_create_writeMethod · 0.45
test_readMethod · 0.45
test_writeMethod · 0.45
test_attributesMethod · 0.45

Calls 1

assertGreaterMethod · 0.80

Tested by

no test coverage detected