MCPcopy
hub / github.com/probberechts/soccerdata / test_season_pattern1b

Function test_season_pattern1b

tests/test_common.py:286–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284
285
286def test_season_pattern1b():
287 my_season = check_post = "1998"
288 assert SeasonCode.MULTI_YEAR.parse(my_season) == "9899"
289 assert SeasonCode.SINGLE_YEAR.parse(my_season) == "1998"
290 assert my_season == check_post
291
292
293def test_season_pattern1c():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected