MCPcopy 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
91def test_easter_bad_method():
92 with pytest.raises(ValueError):
93 easter(1975, 4)

Callers

nothing calls this directly

Calls 1

easterFunction · 0.90

Tested by

no test coverage detected