Initial commit
Nothing works ... Only basic project structure.
```
$ pytest -vv tests
========================================= test session starts ================================================
platform linux -- Python 3.7.9, pytest-4.6.11, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
cachedir: .pytest_cache
rootdir: /home/oznt/Software/mars-rover, inifile: setup.cfg
plugins: forked-1.3.0, xdist-2.1.0, timeout-1.3.4, flaky-3.7.0
collected 0 items
===================================== no tests ran in 0.01 seconds ============================================
ERROR: file not found: tests
make: *** [Makefile:6: test] Error 4
$ make integration-test
rover FFF
make: rover: Command not found
make: *** [Makefile:3: integration-test] Error 127
```