Repo for TDT4113 zumo robot assignment 2019
-
You need the
venv
python package installedpython3 -m venv venv source venv/bin/activate pip install -r requirements.txt
-
We use pylint, and require a score of 8.0 or higher. Test with
pylint keypad
Formatting usesblack
. Format withblack keypad
-
The project uses
unittest
for testing. Test withpython -m unittest
to run all tests.