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

Function test_greater_than_or_equal_true

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

Source from the content-addressed store, hash-verified

68
69
70def test_greater_than_or_equal_true():
71 d1 = pendulum.Date(2000, 1, 1)
72 d2 = pendulum.Date(1999, 12, 31)
73 d3 = date(1999, 12, 31)
74
75 assert d1 >= d2
76 assert d1 >= d3
77
78
79def test_greater_than_or_equal_true_equal():

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…