Test-Driven Development with Python

Harry Percival

Language: English

Published: Aug 18, 2017

Description:

By taking you through the development of a real web application from beginning to end, the second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests *before* building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works.