This repo contains (Python) code for the Catawiki Coding test.
The file rover.py contains the code for a single Rover.
The file test_rover.py contains some unittests for the Rover class.
The file run_rovers.py contains a simple script to parse the NASA
instructions, which are expected to be found in a file called input.txt
(one is provided in the repository). It can be executed by calling
python run_rovers.py.
The code uses only standard libs, and was made with testing on Python 2.7.10 (although it will probably work on older versions too).