Esempio n. 1
0
 def tearDown(self):
     IntegrationTest.tearDown(self)
     os.chdir(self.orig_path)
Esempio n. 2
0
 def tearDown(self):
     IntegrationTest.tearDown(self)
     os.chdir(self.orig_path)
Esempio n. 3
0
 def setUp(self):
     IntegrationTest.setUp(self)
     self.data_dir = TEST_DATA_DIRECTORY
     self.orig_path = os.path.realpath(os.getcwd())
     self.exe_path = os.path.realpath(self.exe_path)
     os.chdir(self.data_dir)
Esempio n. 4
0
 def setUp(self):
     IntegrationTest.setUp(self)
     self.data_dir = TEST_DATA_DIRECTORY
     self.orig_path = os.path.realpath(os.getcwd())
     self.exe_path = os.path.realpath(self.exe_path)
     os.chdir(self.data_dir)