Searched refs:mock_check (Results 1 – 3 of 3) sorted by relevance
/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/internal/lib/ |
D | gcompute_client_test.py | 215 mock_check = self.Patch(gcompute_client.ComputeClient, 231 mock_check.assert_called_with(self.IMAGE) 240 mock_check = self.Patch(gcompute_client.ComputeClient, 256 mock_check.assert_called_with(self.IMAGE) 266 mock_check = self.Patch(gcompute_client.ComputeClient, 282 mock_check.assert_called_with(self.IMAGE) 332 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument 357 mock_check.assert_called_with(self.IMAGE)
|
/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(
|