コード例 #1
0
ファイル: branch_logic_tests.py プロジェクト: jhford/uplift
 def tearDown(self):
     c.change_file(self.old_json_file)
コード例 #2
0
ファイル: uplift_tests.py プロジェクト: jhford/uplift
 def tearDown(self):
     c.change_file(self.old_config)
コード例 #3
0
ファイル: branch_logic_tests.py プロジェクト: jhford/uplift
 def setUp(self):
     self.old_json_file = c.json_file
     c.change_file(test_config)
コード例 #4
0
ファイル: uplift_tests.py プロジェクト: jhford/uplift
 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)