Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 312 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 312 Bytes

Test Driven Development with Python

This repo follows the book TDD w/Python by Harry J.W. Percival

The book follows the design of a 'to-do list' web application with TDD principles.

The author's code is available at their git repo