示例#1
0
 def test_if_clear_points_works_correctly(self):
     player = Player()
     player.set_hand(['10c', 'Jc', 'Qc', 'Kc', 'Jh', 'Qh', 'Kh', 'Ah'])
     player.clear_announcements()
     res = ['belot', 'belot']
     self.assertEqual(res, player.get_announcements())