File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ def test_catalog_yml_game_instantiation(self):
5454 """Custom CatalogGame subclasses reading from catalog.yml should return Game instances."""
5555 assert isinstance (PrisonersDilemma (), Game )
5656
57- # def test_catalog_yml_game_description(self):
58- # """Custom CatalogGame subclasses reading from catalog.yml should return Game instances."""
59- # assert (
60- # PrisonersDilemma().description
61- # == "A simple implementation of a two person Prisoner's Dilemma game."
62- # )
57+ def test_catalog_yml_game_description (self ):
58+ """Custom CatalogGame subclasses reading from catalog.yml should return Game instances."""
59+ assert (
60+ PrisonersDilemma ().description
61+ == "A simple implementation of a two person Prisoner's Dilemma game."
62+ )
6363
6464
6565class TestGamesFunction :
You can’t perform that action at this time.
0 commit comments