Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py159 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)
Dtest_finder_utils.py392 def extract_test_path(output, methods=None): function
510 return extract_test_path(out, methods)