Exemplo n.º 1
0
 def tearDown(self):
     testutils.restoreConfig()
Exemplo n.º 2
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
     self.cfg['versionOverride'] = self.origversion
Exemplo n.º 3
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
Exemplo n.º 4
0
 def tearDown(self):
     config.cfg = None
     testutils.restoreConfig()
Exemplo n.º 5
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
Exemplo n.º 6
0
 def setUp(self):
     # in this stuff, we get weird stuff existing, so restore
     # a config first, then change anything test specifc
     testutils.restoreConfig()
     self.__setupData()
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
     self.cfg['versionOverride'] = self.origversion
Exemplo n.º 8
0
 def tearDown(self):
     config.cfg == None
     testutils.restoreConfig()
Exemplo n.º 9
0
 def setUp(self):
     # in this stuff, we get weird stuff existing, so restore
     # a config first, then change anything test specifc
     testutils.restoreConfig()
     self.__setupData()
Exemplo n.º 10
0
 def tearDown(self):
     testutils.restoreConfig()