import conftest # Add root path to sys.path from Control.move_to_pose import move_to_pose as m def test_1(): """ This unit test tests the move_to_pose_robot.py program """ m.show_animation = False m.main() if __name__ == '__main__': conftest.run_this_test(__file__)