Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ test_easter_bad_method
Function
test_easter_bad_method
tests/test_easter.py:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
90
91
def
test_easter_bad_method():
92
with
pytest.raises(ValueError):
93
easter(1975, 4)
Callers
nothing calls this directly
Calls
1
easter
Function · 0.90
Tested by
no test coverage detected