Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/probberechts/soccerdata
/ test_season_pattern1a
Function
test_season_pattern1a
tests/test_common.py:270–272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
269
# Season codes
270
def
test_season_pattern1a():
271
assert SeasonCode.MULTI_YEAR.parse(
"9495"
) ==
"9495"
272
assert SeasonCode.SINGLE_YEAR.parse(
"9495"
) ==
"1994"
273
274
275
def
test_season_pattern1a_warn():
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected