Example #1
0
 def test_that_is_sans_state_move_object(self):
     state = StateMoveLOQ()
     self.assertTrue(isinstance(state, StateMove))
Example #2
0
 def test_that_LOQ_has_centre_position_set_up(self):
     state = StateMoveLOQ()
     self.assertTrue(state.center_position == 317.5 / 1000.)
     self.assertTrue(state.monitor_names == {})
Example #3
0
 def test_that_LOQ_has_centre_position_set_up(self):
     state = StateMoveLOQ()
     self.assertEqual(state.center_position, 317.5 / 1000.)
     self.assertEqual(state.monitor_names, {})