Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py319 test_path = test_finder_utils.find_class_file(search_dir, class_name)
320 if not test_path and rel_config:
323 test_path = test_finder_utils.find_class_file(self.root_dir,
325 if not test_path:
328 test_path)
332 test_dir = os.path.dirname(test_path)
Dtest_finder_utils.py131 def get_fully_qualified_class_name(test_path): argument
143 with open(test_path) as class_file:
148 cls = os.path.splitext(os.path.split(test_path)[1])[0]
150 raise atest_error.MissingPackageNameError(test_path)