Python (nose) Test Coverage on Buildbot
Posted in Programming, testing on May 9th, 2010 by Aviv Ben-Yosef – 2 CommentsOnce 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 with the master, since the createSummary method runs on the master):
