Home
last modified time | relevance | path

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

/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/asuite/atest/
Datest_utils_unittest.py494 def test_has_valid_cert(self, mock_call): argument
497 mock_call.raiseError.side_effect = subprocess.CalledProcessError
503 mock_call.return_value = 0
506 mock_call.return_value = 4
/tools/acloud/internal/lib/
Dandroid_build_client_test.py83 mock_call = mock.call(
88 apiclient.http.MediaIoBaseDownload.assert_has_calls([mock_call])