예제 #1
0
 def test_full_house(self):
     poker = Poker()
     poker.new_game(['S2', 'H2', 'S5', 'H3', 'C3'])
     assert poker.is_full_house() == False
예제 #2
0
 def test_full_house(self):
     poker = Poker()
     poker.new_game(["S2", "H2", "S5", "H3", "C3"])
     assert poker.is_full_house() == False