Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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))
11
def
test_convertyear(n):
12
assert n == parserinfo().convertyear(n)
13
14
15
@pytest.mark.parserinfo
Callers
nothing calls this directly
Calls
2
parserinfo
Class · 0.90
convertyear
Method · 0.80
Tested by
no test coverage detected