Searched refs:mock_shell (Results 1 – 2 of 2) sorted by relevance
265 def testUploadArtifacts(self, mock_ssh_run, mock_shell): argument307 mock_shell.assert_called_once_with(expected_cmd)309 mock_shell.reset_mock()324 mock_shell.assert_called_once_with(expected_cmd)327 def testUploadRemoteImageArtifacts(self, mock_shell): argument358 mock_shell.assert_called_once_with(expected_cmd)
59 def testCreateInstance(mock_shell, mock_create_gce): argument109 mock_shell.assert_has_calls([mock.call(cmd) for cmd in expected_cmds])