Crafting Test-Driven Software with Python : Write test suites that scale with your applications' needs and complexity using Python and PyTest
(Reklamlänk)
Test-driven development (TDD) is a set of best practices that helps developers to build more scalable software and is used to increase the robustness of software by using automatic tests. This book shows you how to apply TDD practices effectively in Python projects. You’ll begin by learning about b