MCPcopy
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
293def test_season_pattern1c():
294 assert SeasonCode.MULTI_YEAR.parse("1999") == "9900"
295 assert SeasonCode.SINGLE_YEAR.parse("1999") == "1999"
296
297
298def test_season_pattern2():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected