Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
70
def
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
79
def
test_greater_than_or_equal_true_equal():
Callers
nothing calls this directly
Calls
1
date
Function · 0.85
Tested by
no test coverage detected