Searched refs:extract_test_path (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | test_finder_utils_unittest.py | 128 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths 132 self, test_finder_utils.extract_test_path(FIND_TWO), paths 137 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths 216 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths 221 self, test_finder_utils.extract_test_path(FIND_TWO), paths 269 self, test_finder_utils.extract_test_path(FIND_THREE), paths
|
H A D | test_finder_utils.py | 284 def extract_test_path(output, methods=None): function 470 return extract_test_path(out, methods)
|