More Test-Driven Development in Python
More Test-Driven Development in Python
Submitted by webmaster@testdriven.com (Links) on Fri, 04/02/2005 - 12:20. python | test driven developmentIn the first article in this series, Test-Driven Development with Python, Part 1, I started to build an event tracking application using the principle of test-driven development. Before writing any new code or making changes to any existing code, I wrote a failing test first. When the new test started passing, I stopped and moved on. It's a simple technique, but requires discipline in order to apply it successfully.
Author: Jason Diamond
Published: February 3, 2005
Author: Jason Diamond
Published: February 3, 2005
