MCPcopy Create free account
hub / github.com/dateutil/dateutil / test_easter_orthodox

Function test_easter_orthodox

tests/test_easter.py:82–83  ·  view source on GitHub ↗
(easter_date)

Source from the content-addressed store, hash-verified

80
81@pytest.mark.parametrize("easter_date", orthodox_easter_dates)
82def test_easter_orthodox(easter_date):
83 assert easter_date == easter(easter_date.year, EASTER_ORTHODOX)
84
85
86@pytest.mark.parametrize("easter_date", julian_easter_dates)

Callers

nothing calls this directly

Calls 1

easterFunction · 0.90

Tested by

no test coverage detected