Searched refs:mock_call (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | module_info_util_unittest.py | 198 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/ |
D | iperf_client_test.py | 86 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/ |
D | android_build_client_test.py | 80 mock_call = mock.call( 85 apiclient.http.MediaIoBaseDownload.assert_has_calls([mock_call])
|
/tools/acloud/create/ |
D | remote_image_local_instance_test.py | 119 def testUnpackBootImage(self, mock_call): argument 124 self.assertEqual(mock_call.call_count, 1)
|