MCPcopy Index your code
hub / github.com/python/cpython / assertLess

Method assertLess

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

Source from the content-addressed store, hash-verified

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

Calls 1

assertGreaterMethod · 0.80

Tested by

no test coverage detected