MCPcopy
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
270def test_season_pattern1a():
271 assert SeasonCode.MULTI_YEAR.parse("9495") == "9495"
272 assert SeasonCode.SINGLE_YEAR.parse("9495") == "1994"
273
274
275def test_season_pattern1a_warn():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected