Example #1
0
	def test_player_state_correct(self):
		testInputs = [2, 3, 4, 5, 6, 10, 999]
		for testInput in testInputs:
			gs = GameStarter(testInput, 1.0, 2.0, 0.5)
			self.assertEqual(range(testInput), sorted(gs.playersInState("OUT")))