Home
last modified time | relevance | path

Searched defs:mock_popen (Results 1 – 7 of 7) sorted by relevance

/external/python/google-auth-library-python/tests/transport/
Dtest__mtls_helper.py156 def test_success(self, mock_popen): argument
176 def test_success_with_cert_chain(self, mock_popen): argument
197 def test_missing_cert(self, mock_popen): argument
213 def test_missing_key(self, mock_popen): argument
229 def test_missing_passphrase(self, mock_popen): argument
239 def test_passphrase_not_expected(self, mock_popen): argument
247 def test_encrypted_key_expected(self, mock_popen): argument
257 def test_unencrypted_key_expected(self, mock_popen): argument
265 def test_cert_provider_returns_error(self, mock_popen): argument
272 def test_popen_raise_exception(self, mock_popen): argument
/external/python/mobly/tests/mobly/controllers/android_device_lib/
Dadb_test.py61 def _mock_execute_and_process_stdout_process(self, mock_popen): argument
166 def test_execute_and_process_stdout_reads_stdout(self, mock_popen): argument
179 def test_execute_and_process_stdout_reads_unexpected_stdout(self, mock_popen): argument
196 mock_popen): argument
214 self, mock_debug_logger, mock_popen): argument
231 def test_execute_and_process_stdout_despite_cmd_exits(self, mock_popen): argument
247 def test_execute_and_process_stdout_when_cmd_eof(self, mock_popen): argument
262 def test_execute_and_process_stdout_returns_stderr(self, mock_popen): argument
271 def test_execute_and_process_stdout_raises_adb_error(self, mock_popen): argument
281 def test_execute_and_process_stdout_when_handler_crash(self, mock_popen): argument
/external/python/cpython3/Lib/test/
Dtest_script_helper.py39 def test_assert_python_isolated_when_env_not_required(self, mock_popen): argument
57 def test_assert_python_not_isolated_when_env_is_required(self, mock_popen): argument
/external/python/mobly/tests/mobly/
Dutils_test.py231 def test_run_command_with_default_params(self, mock_popen, mock_timer): argument
253 def test_run_command_with_custom_params(self, mock_popen, mock_timer): argument
307 def test_start_standing_subproc_without_env(self, mock_popen): argument
320 def test_start_standing_subproc_with_custom_env(self, mock_popen): argument
/external/toolchain-utils/llvm_tools/
Dget_llvm_hash_unittest.py94 def testCheckoutBranch(self, mock_popen): argument
/external/python/cpython2/Lib/test/
Dtest_uuid.py442 def mock_popen(cmd): function
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py203 def testSwarmingUsesExistingEnv(self, mock_popen): argument