Searched refs:mock_check (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/internal/lib/ |
D | gcompute_client_test.py | 214 mock_check = self.Patch(gcompute_client.ComputeClient, 230 mock_check.assert_called_with(self.IMAGE) 239 mock_check = self.Patch(gcompute_client.ComputeClient, 255 mock_check.assert_called_with(self.IMAGE) 265 mock_check = self.Patch(gcompute_client.ComputeClient, 281 mock_check.assert_called_with(self.IMAGE) 331 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument 355 mock_check.assert_called_with(self.IMAGE)
|
/tools/asuite/aidegen/lib/ |
D | common_util_unittest.py | 193 def test_check_modules(self, mock_check): argument 197 self.assertEqual(mock_check.call_count, 0) 199 self.assertEqual(mock_check.call_count, 2) 201 mock_check.return_value = False
|
/tools/acloud/setup/ |
D | gcp_setup_runner_test.py | 120 def testSetupSSHKeys(self, mock_check, mock_update): argument 133 mock_check.assert_called_once_with(
|