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.py127 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
Dtest_finder_utils.py280 def extract_test_path(output, methods=None): function
465 return extract_test_path(out, methods)