Searched refs:test_suite_path (Results 1 – 5 of 5) sorted by relevance
43 return DeccVariable.project.test_suite_path179 def set_case_screenshot_dir(self, test_suite_path, task_report_dir, cur_case_full_path): argument182 if case_abs_path_base_name and test_suite_path:184 .format(case_abs_path_base_name, test_suite_path))185 _list = case_abs_path_base_name.split(test_suite_path)380 self.test_suite_path = '' # 测试套工程路径425 def set_test_suite_path(self, test_suite_path): argument426 if test_suite_path:427 self.test_suite_path = test_suite_path428 self.log.debug("test suite path is: {}".format(self.test_suite_path))
563 self.cur_case.set_case_screenshot_dir(self.project.test_suite_path,
124 self.cur_case.set_case_screenshot_dir(self.project.test_suite_path,147 self.project.test_suite_path, 'prepare')
116 folder = os.path.abspath(DeccVariable.project.test_suite_path)
452 def get_sub_path(test_suite_path): argument454 file_dir = os.path.dirname(test_suite_path)