Test-driven development (TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy.
Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts
Friday, February 22, 2013
Test Driven Python Development
Useful tutorial for using test-driven development, while learning Python:
Labels:
development,
how-to,
test-driven,
tutorial