Example #1
0
 def testCardCreation(self):
     card1 = Card('T', 'D')
     card2 = Card('T', 'D')
     self.assertTrue(card1.equals(card2))