Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util_unittest.py198 def test_build_target(self, mock_call, mock_new, mock_handle): argument
205 mock_call.assert_called_with(cmd, shell=True)
209 mock_call.assert_called_with(cmd, stderr=subprocess.STDOUT,
211 mock_call.side_effect = subprocess.CalledProcessError(1, '')
/tools/test/connectivity/acts/framework/tests/controllers/
Diperf_client_test.py86 def test_start_writes_to_full_file_path(self, mock_call, mock_open): argument
95 mock_call.call_args[KWARGS]['stdout'],
/tools/acloud/internal/lib/
Dandroid_build_client_test.py80 mock_call = mock.call(
85 apiclient.http.MediaIoBaseDownload.assert_has_calls([mock_call])
/tools/acloud/create/
Dremote_image_local_instance_test.py119 def testUnpackBootImage(self, mock_call): argument
124 self.assertEqual(mock_call.call_count, 1)