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

Function test_greater_than_true

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

Source from the content-addressed store, hash-verified

50
51
52def test_greater_than_true():
53 d1 = pendulum.Date(2000, 1, 1)
54 d2 = pendulum.Date(1999, 12, 31)
55 d3 = date(1999, 12, 31)
56
57 assert d1 > d2
58 assert d1 > d3
59
60
61def test_greater_than_false():

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…