Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py270 def _get_rel_config(self, test_path): argument
279 test_dir = os.path.dirname(test_path)
286 def _get_test_info(self, test_path, rel_config, module_name, test_filter): argument
299 rel_config = self._get_rel_config(test_path)
361 test_path = test_finder_utils.find_class_file(search_dir, class_name,
363 if not test_path and rel_config:
366 test_path = test_finder_utils.find_class_file(self.root_dir,
369 if not test_path:
372 test_path, methods, class_name=class_name,
374 tinfo = self._get_test_info(test_path, rel_config, module_name,
Dtest_finder_utils.py152 def get_fully_qualified_class_name(test_path): argument
164 with open(test_path) as class_file:
169 cls = os.path.splitext(os.path.split(test_path)[1])[0]
173 'name.'% test_path)
176 def has_cc_class(test_path): argument
185 with open(test_path) as class_file:
/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py123 test_path = os.path.join(uc.TEST_DATA_PATH, 'test.jar')
124 self.assertEqual(test_path, common_util.get_abs_path(test_path))
125 self.assertEqual(test_path, common_util.get_abs_path('test.jar'))