Searched refs:test_paths (Results 1 – 6 of 6) sorted by relevance
184 test_paths = []187 test_paths.append(str(build_target).replace(constants.MODULES_IN, ''))188 return test_paths if test_paths else None
609 test_paths = test_finder_utils.find_class_file(612 if not test_paths and rel_config:619 test_paths = test_finder_utils.find_class_file(622 test_paths = test_paths if test_paths is not None else []624 if not test_paths:629 test_paths = []631 test_paths.append(os.path.join(self.root_dir, rel_module_path))633 for test_path in test_paths:
885 test_paths = run_find_cmd(TestReferenceType.INTEGRATION, abs_path, name)886 if test_paths:887 test_files.extend(test_paths)
147 multiple_test_paths = (args.test_paths is not None148 and len(args.test_paths.split(',')) > 1)155 args.novenv = args.novenv or (args.test_paths is not None)227 if args.test_paths:228 mobly_bins.extend(args.test_paths.split(','))421 if args.test_paths is not None:
178 test_paths = {196 test_paths.update(mod_info._get_path_to_module_info(198 print('\n{} {}.'.format('Test_paths length:', len(test_paths)))201 for path in test_paths:
139 def import_test_modules(self, test_paths): argument161 file_list = utils.find_files(test_paths, is_testfile_name)