Skip to content

Commit 3446cb9

Browse files
Revert "disable test temporarily"
This reverts commit f0ff7f4.
1 parent 51f5a37 commit 3446cb9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/test_catalog.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6565
class TestGamesFunction:

0 commit comments

Comments
 (0)