Beispiel #1
0
 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()
Beispiel #2
0
 def setUp(self):
     #log.debug("Clearing scenario context")
     scc.clear()
Beispiel #3
0
 def setUp(self):
     #log.debug("Clearing scenario context")
     scc.clear()