Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py218 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
228 mock_wait.assert_called_with(
243 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
253 mock_wait.assert_called_with(
269 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
279 mock_wait.assert_called_with(
332 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument
354 mock_wait.assert_called_with(
382 def testDeleteImage(self, mock_wait): argument
391 self.assertTrue(mock_wait.called)
[all …]