From e4fb9acbc85e920f75216269bd2b285cc575fcb8 Mon Sep 17 00:00:00 2001 From: donatien konan Date: Mon, 16 Dec 2024 23:15:46 +0000 Subject: [PATCH 1/2] new testgame --- tests/test_game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_game.py b/tests/test_game.py index a56d586..0eaa9e7 100644 --- a/tests/test_game.py +++ b/tests/test_game.py @@ -52,6 +52,7 @@ def test_is_invalid(self): # tests/test_game.py # [...] +# def test_unknown_word_is_invalid(self): """A word that is not in the English dictionary should not be valid""" new_game = Game() From deb42be9dd23c993cef20ec6ce5288caef269ed9 Mon Sep 17 00:00:00 2001 From: donatien konan Date: Mon, 16 Dec 2024 23:34:19 +0000 Subject: [PATCH 2/2] add a new testgame refine code --- tests/test_game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_game.py b/tests/test_game.py index 0eaa9e7..0cd502f 100644 --- a/tests/test_game.py +++ b/tests/test_game.py @@ -52,6 +52,7 @@ def test_is_invalid(self): # tests/test_game.py # [...] +# # def test_unknown_word_is_invalid(self): """A word that is not in the English dictionary should not be valid"""