Exemplo n.º 1
0
 def test_all_states_without_terminal(self):
     states = State.all_states_without_terminal(self.field)
     self.assertEqual(len(states), 1685040)
Exemplo n.º 2
0
 def test_all_states_without_terminal(self):
     states = State.all_states_without_terminal(self.field)
     self.assertEqual(len(states), 1685040)