MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_greater_than_false

Function test_greater_than_false

tests/time/test_comparison.py:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def test_greater_than_false():
44 t1 = pendulum.time(1, 2, 2)
45 t2 = pendulum.time(1, 2, 3)
46 t3 = time(1, 2, 3)
47
48 assert not t1 > t2
49 assert not t1 > t3
50
51
52def test_greater_than_or_equal_true():

Callers

nothing calls this directly

Calls 2

timeFunction · 0.85
timeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…