def setUp(self): #log.debug("Clearing scenario context") if self.context.fixtures: self.fixtures = self.context.fixtures scc.clear() if hasattr(self, '_pre_setup'): self._pre_setup() super(FreshenTestCase, self).setUp()
def setUp(self): #log.debug("Clearing scenario context") scc.clear()