Searched refs:exclude_paths (Results 1 – 4 of 4) sorted by relevance
84 self.exclude_paths = args.exclude_paths92 self.exclude_paths = _transform_exclusive_paths(93 self.atest_module_info, self.exclude_paths)165 def _transform_exclusive_paths(atest_module_info, exclude_paths): argument174 if not exclude_paths:177 for path in exclude_paths:
74 self.assertEqual(config.exclude_paths, None)85 self.assertEqual(config.exclude_paths, None)
238 config.exclude_paths = []243 config.exclude_paths = ['a']
244 excludes = project_config.ProjectConfig.get_instance().exclude_paths