Exemplo n.º 1
0
 def test_fight_or_run_whitespace(self, mock_input):
     self.assertEqual(True, comp_1510_a1.fight_or_run(self.game))
Exemplo n.º 2
0
 def test_fight_or_run_miss_inputs(self, mock_input):
     self.assertEqual(False, comp_1510_a1.fight_or_run(self.game))
Exemplo n.º 3
0
 def test_fight_or_run_r_upper(self, mock_input):
     self.assertEqual(True, comp_1510_a1.fight_or_run(self.game))