Home
last modified time | relevance | path

Searched refs:test_suite_path (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
Dvariables.py43 return DeccVariable.project.test_suite_path
179 def set_case_screenshot_dir(self, test_suite_path, task_report_dir, cur_case_full_path): argument
182 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): argument
426 if test_suite_path:
427 self.test_suite_path = test_suite_path
428 self.log.debug("test suite path is: {}".format(self.test_suite_path))
Dtest_case.py563 self.cur_case.set_case_screenshot_dir(self.project.test_suite_path,
/test/testfwk/xdevice/plugins/devicetest/runner/
Dprepare.py124 self.cur_case.set_case_screenshot_dir(self.project.test_suite_path,
147 self.project.test_suite_path, 'prepare')
/test/testfwk/xdevice/plugins/devicetest/utils/
Dfile_util.py116 folder = os.path.abspath(DeccVariable.project.test_suite_path)
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py452 def get_sub_path(test_suite_path): argument
454 file_dir = os.path.dirname(test_suite_path)