307-Sec03-Team03 Run unit tests from terminal with ./manage.py test To use test coverage: pip install django-nose pip install coverage ./manage.py test --with-coverage