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

Function test_convertyear

tests/property/test_parser_prop.py:11–12  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

9@pytest.mark.parserinfo
10@given(integers(min_value=100, max_value=9999))
11def test_convertyear(n):
12 assert n == parserinfo().convertyear(n)
13
14
15@pytest.mark.parserinfo

Callers

nothing calls this directly

Calls 2

parserinfoClass · 0.90
convertyearMethod · 0.80

Tested by

no test coverage detected