Been a little while since I've done python, let's get back up to speed via unit testing
pip install -r requirements.txt
Run once:
py.test
or to watch and automatically re-run:
ptw
Been a little while since I've done python, let's get back up to speed via unit testing
PythonMIT