Posts Tagged ‘Bazaar’
bzr selftest uses testtools
23Dec09
the emperor has new clothes bzr has just changed the base class for its test suite from ‘unittest.TestCase’ to ‘testtools.TestCase’. This change has cleaned up a bunch of test logic, deleted a significant amount of code (much of which was redundant with Python unittest) and added some useful and important features. bzr has only been […]
Filed under: Uncategorized | Leave a Comment
Tags: Bazaar, bzr, Python, testtools, unittest