Archive for May 10th, 2010
Maintainable pyunit test suites
10May10
There’s a test code maintenance issue I’ve been grappling with, and watching others grapple with for a while now. I’ve blogged about some infrastructural things related to it before, but now I think its time to talk about the problem itself. The problem shows up as soon as you start writing setUp functions, or custom […]
Filed under: Uncategorized | 19 Comments
Tags: Python, testing, testtools, unittest