Searched refs:InputAPI_mock (Results 1 – 2 of 2) sorted by relevance
37 input_api = InputAPI_mock(commit_msg)351 input_api = InputAPI_mock('')386 input_api = InputAPI_mock(commit_msg, affected_files)
28 class InputAPI_mock(): class