Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py782 return self.run_test_case_with_expect(command, test_report, expect_file)
786 … def run_test_case_with_expect(self, command, test_report: TestReport, expect_file) -> TestReport: member in RegressTestRun