Example #1
0
 def tearDown(self):
     testutils.restoreConfig()
Example #2
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
     self.cfg['versionOverride'] = self.origversion
Example #3
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
Example #4
0
 def tearDown(self):
     config.cfg = None
     testutils.restoreConfig()
Example #5
0
 def tearDown(self):
     import testutils
     testutils.restoreConfig()
Example #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
Example #8
0
 def tearDown(self):
     config.cfg == None
     testutils.restoreConfig()
Example #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()
Example #10
0
 def tearDown(self):
     testutils.restoreConfig()