Searched refs:tool (Results 1 – 2 of 2) sorted by relevance
726 def tool_is_in_path(tool): argument728 fn = os.path.join(path, tool)748 tool = tools.args[0]749 if not tool_is_in_path(tool):750 pytest.skip('tool "%s" not in $PATH' % tool)
169 def tool_is_in_path(tool): argument179 fn = os.path.join(path, tool)
Completed in 6 milliseconds