Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/probberechts/soccerdata
/ test_season_pattern1c
Function
test_season_pattern1c
tests/test_common.py:293–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
292
293
def
test_season_pattern1c():
294
assert SeasonCode.MULTI_YEAR.parse(
"1999"
) ==
"9900"
295
assert SeasonCode.SINGLE_YEAR.parse(
"1999"
) ==
"1999"
296
297
298
def
test_season_pattern2():
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected