コード例 #1
0
ファイル: test_game.py プロジェクト: seantibor/challenges
 def test_get_possible_dict_words(self):
     self.fixed_draw = list('garytev'.upper())
     words = get_possible_dict_words(self.fixed_draw)
     self.assertEqual(len(words), 137)
コード例 #2
0
ファイル: test_game.py プロジェクト: Lianyx/challenges
 def test_get_possible_dict_words(self):
     self.fixed_draw = list('garytev'.upper())
     words = get_possible_dict_words(self.fixed_draw)
     self.assertEqual(len(words), 137)