Example #1
0
 def test_equals(self):
     self.assertEqual(playerRankUp(180),
                      'Well done! You have advanced to the qualifying sta'
                      'ge. Win 2 out of your next 3 games to rank up.')
Example #2
0
 def test_false(self):
     self.assertFalse(playerRankUp(64))