Home
last modified time | relevance | path

Searched defs:monkeypatch (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest__default.py442 def test__get_explicit_environ_credentials(load, quota_project_id, monkeypatch): argument
455 def test__get_explicit_environ_credentials_no_project_id(load, monkeypatch): argument
471 get_gcloud_creds, get_adc_path, quota_project_id, monkeypatch argument
559 def app_identity(monkeypatch): argument
710 def test_default_explict_project_id(unused_get, monkeypatch): argument
720 def test_default_explict_legacy_project_id(unused_get, monkeypatch): argument
831 get_project_id, monkeypatch, tmpdir argument
848 get_project_id, monkeypatch, tmpdir argument
867 get_project_id, monkeypatch, tmpdir argument
886 get_project_id, monkeypatch, tmpdir argument
[all …]
Dtest_aws.py1039 def test_retrieve_subject_token_success_environment_vars(self, utcnow, monkeypatch): argument
1061 self, utcnow, monkeypatch argument
1084 self, utcnow, monkeypatch argument
1111 self, utcnow, monkeypatch argument
1129 self, utcnow, monkeypatch argument
Dtest__cloud_sdk.py123 def test_get_config_path_env_var(monkeypatch): argument
140 def test_get_config_path_windows(monkeypatch): argument
150 def test_get_config_path_no_appdata(monkeypatch): argument
Dconftest.py34 def mock_non_existent_module(monkeypatch): argument
Dtest__oauth2client.py165 def test_import_without_oauth2client(monkeypatch, reset__oauth2client_module): argument
/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/
Dtest_id_token.py204 def test_fetch_id_token_credentials_optional_request(monkeypatch): argument
219 def test_fetch_id_token_credentials_from_metadata_server(monkeypatch): argument
234 def test_fetch_id_token_credentials_from_explicit_cred_json_file(monkeypatch): argument
242 def test_fetch_id_token_credentials_no_cred_exists(monkeypatch): argument
263 def test_fetch_id_token_credentials_invalid_cred_file_type(monkeypatch): argument
277 def test_fetch_id_token_credentials_invalid_json(monkeypatch): argument
288 def test_fetch_id_token_credentials_invalid_cred_path(monkeypatch): argument
299 def test_fetch_id_token(monkeypatch): argument
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py45 def pip_disable_index(monkeypatch): argument
117 def test_all_site_dirs(self, monkeypatch): argument
129 def test_all_site_dirs_works_without_getsitepackages(self, monkeypatch): argument
169 self, sdist_unicode, tmpdir, monkeypatch): argument
226 self, sdist_unicode_in_script, tmpdir, monkeypatch): argument
267 def test_script_install(self, sdist_script, tmpdir, monkeypatch): argument
453 def test_setup_requires_honors_fetch_params(self, mock_index, monkeypatch): argument
631 def test_setup_requires_honors_pip_env(self, mock_index, monkeypatch): argument
654 def test_setup_requires_with_pep508_url(self, mock_index, monkeypatch): argument
695 def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir): argument
[all …]
Dtest_install_scripts.py37 def test_sys_executable_escaping_unix(self, tmpdir, monkeypatch): argument
51 def test_sys_executable_escaping_win32(self, tmpdir, monkeypatch): argument
Dtest_unicode_utils.py4 def test_filesys_decode_fs_encoding_is_None(monkeypatch): argument
Dtest_logging.py19 def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): argument
Dtest_glob.py31 def test_glob(monkeypatch, tmpdir, tree, pattern, matches): argument
Dfixtures.py14 def user_override(monkeypatch): argument
Dtest_integration.py42 def install_context(request, tmpdir, monkeypatch): argument
Dtest_develop.py33 def temp_user(monkeypatch): argument
Dtest_wheel.py610 def test_wheel_is_compatible(monkeypatch): argument
/aosp_15_r20/external/python/httplib2/tests/
Dtest_proxy.py39 def test_from_env(monkeypatch): argument
47 def test_from_env_https(monkeypatch): argument
62 def test_applies_to(monkeypatch): argument
76 def test_noproxy_trailing_comma(monkeypatch): argument
85 def test_noproxy_star(monkeypatch): argument
178 def test_functional_noproxy_star_http(monkeypatch): argument
194 def test_functional_noproxy_star_https(monkeypatch): argument
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_id_token.py210 async def test_fetch_id_token_from_metadata_server(monkeypatch): argument
231 async def test_fetch_id_token_from_explicit_cred_json_file(monkeypatch): argument
246 async def test_fetch_id_token_no_cred_exists(monkeypatch): argument
270 async def test_fetch_id_token_invalid_cred_file(monkeypatch): argument
285 async def test_fetch_id_token_invalid_cred_type(monkeypatch): argument
301 async def test_fetch_id_token_invalid_cred_path(monkeypatch): argument
/aosp_15_r20/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py170 def test__get_explicit_environ_credentials(load, quota_project_id, monkeypatch): argument
183 def test__get_explicit_environ_credentials_no_project_id(load, monkeypatch): argument
199 get_gcloud_creds, get_adc_path, quota_project_id, monkeypatch argument
289 def app_identity(monkeypatch): argument
440 def test_default_explict_project_id(unused_get, monkeypatch): argument
450 def test_default_explict_legacy_project_id(unused_get, monkeypatch): argument
Dconftest.py36 def mock_non_existent_module(monkeypatch): argument
/aosp_15_r20/external/python/setuptools/setuptools/tests/config/
Dtest_expand.py17 def test_glob_relative(tmp_path, monkeypatch): argument
36 def test_read_files(tmp_path, monkeypatch): argument
63 def test_read_attr(self, tmp_path, monkeypatch): argument
133 def test_find_packages(tmp_path, monkeypatch, args, pkgs): argument
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_job_definition.py85 def mock_collabora_farm(clear_env_vars, monkeypatch): argument
93 force_uart, mode, shell_file, mock_collabora_farm, monkeypatch argument
179 def test_lava_job_definition(mode, force_uart, shell_file, mock_collabora_farm, monkeypatch): argument
H A Dtest_lava_farm.py23 def test_get_lava_farm_no_tag(monkeypatch): argument
/aosp_15_r20/external/fonttools/Tests/ttx/
H A Dttx_test.py951 def test_main_keyboard_interrupt(tmpdir, monkeypatch, caplog): argument
964 def test_main_system_exit(tmpdir, monkeypatch): argument
973 def test_main_ttlib_error(tmpdir, monkeypatch, caplog): argument
988 def test_main_base_exception(tmpdir, monkeypatch, caplog): argument
/aosp_15_r20/external/python/jinja/tests/
Dtest_loader.py307 def package_dir_loader(monkeypatch): argument
329 def package_zip_loader(monkeypatch): argument
/aosp_15_r20/external/fonttools/Tests/mtiLib/
H A Dmti_test.py13 def set_lookup_debug_env_var(monkeypatch): argument

12