DPontes / python-tdd-book

Code examples from following the book: http://www.obeythetestinggoat.com/book/praise.harry.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Test Driven Development With Python" Book

This repository will include all the code present in the above mentioned book, at the pace that I will have the execises completed.

It will hopefully have more in-depth comments than the ones present in the original repo, as suited to me for my current and future understanding.

Tips

While following the book, make sure you have the Python Virtual Environment activated (see prerequisites for instructions). The activation command is (for Mac/Linux):

python3.6 -m venv virtualenv
source virtualenv/bin/activate

To get the server up and running:

python manage.py runserver

To run the functional tests

python manage.py test functional_tests

To run the unit tests

python manage.py test lists

About

Code examples from following the book: http://www.obeythetestinggoat.com/book/praise.harry.html


Languages

Language:Python 90.2%Language:HTML 9.6%Language:CSS 0.2%