An Example project from the book "Test-Driven Web Development with Python" by Harry Percival
Visit this website for more info.
python3 manage.py runserver
Everything:
python3 manage.py test
Functional Test:
python3 manage.py test functional_tests
Unit Test:
python3 manage.py test superlist