Example #1
0
 def tearDown(self):
     c.change_file(self.old_json_file)
Example #2
0
 def tearDown(self):
     c.change_file(self.old_config)
Example #3
0
 def setUp(self):
     self.old_json_file = c.json_file
     c.change_file(test_config)
Example #4
0
 def setUp(self):
     self.old_config = c.json_file
     self.config = os.path.join(os.path.dirname(__file__), 'uplift_tests_config.json')
     c.change_file(self.config)