I’ve been practicing TDD for a couple of years now, and keep learning all the time. In the past year I’ve been mainly working on a single project, the longest I’ve worked on a project with TDD. Putting aside how fun it is (TDD saved me quite a few times for me to be sure [...]
09
May
2010
Python (nose) Test Coverage on Buildbot
Once we got our builds happily running on Buildbot, there’s really no reason not to add coverage since it’s so easy (especially if you get bragging rights over your non-TDDers teammates). All you have to do is this (code is based on this blog post, with adaptations to work on slaves that don’t share directories [...]
