Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks_unittest.py80 for tool in rh.hooks.TOOL_PATHS:
307 self.assertEqual(list(rh.hooks.TOOL_PATHS), sorted(rh.hooks.TOOL_PATHS))
Dhooks.py243 assert tool_name in TOOL_PATHS
245 return TOOL_PATHS[tool_name]
1088 TOOL_PATHS = { variable
Dconfig.py230 valid_tools = set(rh.hooks.TOOL_PATHS.keys())