def tearDown(self): IntegrationTest.tearDown(self) os.chdir(self.orig_path)
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)