PyUnit extension to manage the initialisation and lifetime of expensive test fixtures. For exmaple reference databases are often only need to be constructed once but standard test isolation causes them to be constructed for every fixture, making test execution very slow.