Home
last modified time | relevance | path

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

/tools/asuite/atest/integration_tests/
Dresult_compare_test.py84 return parse_bazel_result(result_file_path)
168 def parse_bazel_result(result_file: Path) -> Dict[str, str]: function