Exemplo n.º 1
0
 def test_testCalculatePoints_FourOfAKind_2(self):
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.cards), 0)    
Exemplo n.º 2
0
 def test_testCalculatePoints_FourOfAKind(self):
     global pokerCards
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.pokerCards), 160002)