Searched refs:mock_call (Results 1 – 3 of 3) sorted by relevance
86 def test_start_writes_to_full_file_path(self, mock_call, mock_open): argument95 mock_call.call_args[KWARGS]['stdout'],
494 def test_has_valid_cert(self, mock_call): argument497 mock_call.raiseError.side_effect = subprocess.CalledProcessError503 mock_call.return_value = 0506 mock_call.return_value = 4
83 mock_call = mock.call(88 apiclient.http.MediaIoBaseDownload.assert_has_calls([mock_call])