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

Function test_greater_than_false

tests/date/test_comparison.py:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def test_greater_than_false():
62 d1 = pendulum.Date(2000, 1, 1)
63 d2 = pendulum.Date(2000, 1, 2)
64 d3 = date(2000, 1, 2)
65
66 assert not d1 > d2
67 assert not d1 > d3
68
69
70def test_greater_than_or_equal_true():

Callers

nothing calls this directly

Calls 1

dateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…