Searched refs:extract_test_path (Results 1 – 2 of 2) sorted by relevance
| /tools/asuite/atest/test_finders/ |
| D | test_finder_utils_unittest.py | 159 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths) 162 self, test_finder_utils.extract_test_path(FIND_TWO), paths) 166 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths) 212 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths) 216 self, test_finder_utils.extract_test_path(FIND_TWO), paths) 255 self, test_finder_utils.extract_test_path(FIND_THREE), paths)
|
| D | test_finder_utils.py | 392 def extract_test_path(output, methods=None): function 510 return extract_test_path(out, methods)
|