def test_testCalculatePoints_FourOfAKind_2(self):
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.cards), 0)    
 def test_testCalculatePoints_FourOfAKind(self):
     global pokerCards
     self.assertEqual(Pointcalc_Poker.checkFourOfaKind(self.pokerCards), 160002)