Searched refs:extract_test_path (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | test_finder_utils_unittest.py | 127 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths 131 self, test_finder_utils.extract_test_path(FIND_TWO), paths 136 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths 215 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths 220 self, test_finder_utils.extract_test_path(FIND_TWO), paths 269 self, test_finder_utils.extract_test_path(FIND_THREE), paths
|
D | test_finder_utils.py | 280 def extract_test_path(output, methods=None): function 465 return extract_test_path(out, methods)
|