Beispiel #1
0
 def tearDown(self):
     cleanup()
     super(TestBase, self).tearDown()
Beispiel #2
0
 def setUp(self):
     assert spork.internal._test, _('should enable test mode')
     super(TestBase, self).setUp()
     cleanup()