/to-do-exercise

Repository holding code for our little exercise in writing unit tests

Primary LanguagePython

to-do-exercise

Setup virtual environment

$ make prepare-venv

Run program

$ make run

Run tests

$ make test