Searched refs:rel_module_path (Results 1 – 2 of 2) sorted by relevance
567 for rel_module_path in module_paths:568 test_paths.append(os.path.join(self.root_dir, rel_module_path))725 for rel_module_path in module_paths:726 package_paths.append(os.path.join(self.root_dir, rel_module_path))
362 def get_module_names(self, rel_module_path): argument372 for m in self.path_to_module_info.get(rel_module_path, [])]