예제 #1
0
 def test_testCalculatePoints_FourOfAKind_2(self):
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.cards), 0)    
예제 #2
0
 def test_testCalculatePoints_FourOfAKind(self):
     global pokerCards
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.pokerCards), 160002)