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

Function test_days_in_years

tests/test_helpers.py:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133
134def test_days_in_years() -> None:
135 assert days_in_year(2017) == 365
136 assert days_in_year(2016) == 366
137
138
139def test_locale() -> None:

Callers

nothing calls this directly

Calls 1

days_in_yearFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…