Searched refs:get_output_path (Results 1 – 2 of 2) sorted by relevance
112 def get_output_path(self, test: str, output_file: str) -> Path: member in SuiteSpec645 ref_csvs = [suite_spec.get_output_path(test, file)647 ref_ascii = [suite_spec.get_output_path(test, file)652 ref_cgns = [suite_spec.get_output_path(test, file) for file in output_files]653 ref_stdout: Path = suite_spec.get_output_path(test, test + '.out')
83 def get_output_path(self, test: str, output_file: str) -> Path: member in HoneeSuiteSpec