Archive for November, 2010
Tesetrepository has a really nice workflow for fixing a set of failing tests: Tell it about the failing tests (e.g. by doing a full test run, or running a single known failing test) Run just the known failing tests (testr run –failing) Make a change Goto step 2 As you fix up the tests testr [...]
Filed under: Uncategorized | 4 Comments
Tags: Python, Subunit, testing, testtools, unittest