jonpreamble commited on
Commit
3afba89
·
1 Parent(s): c967150

Another failing test case

Browse files
Files changed (1) hide show
  1. run_unit_tests.py +1 -0
run_unit_tests.py CHANGED
@@ -59,6 +59,7 @@ assert NO == decider_utils.special_case_is_action_lethal("aim at the bandit")
59
  assert NO == decider_utils.special_case_is_action_lethal("aim at the bandits")
60
 
61
  # In this game we will have killing animals be allowed, even though I personally am a big propent of animal sentience.
 
62
  assert NO == decider_utils.special_case_is_action_lethal("fire at the bear")
63
  assert NO == decider_utils.special_case_is_action_lethal("shoot the bear")
64
  # assert NO == decider_utils.special_case_is_action_lethal("shoot it") # This test is failing
 
59
  assert NO == decider_utils.special_case_is_action_lethal("aim at the bandits")
60
 
61
  # In this game we will have killing animals be allowed, even though I personally am a big propent of animal sentience.
62
+ # assert NO == decider_utils.special_case_is_action_lethal("shoot the lead horse") # Another failing test case
63
  assert NO == decider_utils.special_case_is_action_lethal("fire at the bear")
64
  assert NO == decider_utils.special_case_is_action_lethal("shoot the bear")
65
  # assert NO == decider_utils.special_case_is_action_lethal("shoot it") # This test is failing