superlists The projects in this repository is my study process for book Test-Driven Development with Python, written by Harry Percival In the terminal, run the unit tests and see how they fail. In the editor, make a minimal code change to address the current test failure. Repeat! Useful Commands and Concepts Running the Django dev server python manage.py runserver Running the functional tests python functional_tests.py Running the unit tests python manage.py test There are several different branchs, and basicly is the complete code of diferent end of chacpters.