/aosp_15_r20/external/python/google-auth-library-python/tests/ |
D | test__default.py | 442 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 …]
|
D | test_aws.py | 1039 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
|
D | test__cloud_sdk.py | 123 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
|
D | conftest.py | 34 def mock_non_existent_module(monkeypatch): argument
|
D | test__oauth2client.py | 165 def test_import_without_oauth2client(monkeypatch, reset__oauth2client_module): argument
|
/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/ |
D | test_id_token.py | 204 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/ |
D | test_easy_install.py | 45 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 …]
|
D | test_install_scripts.py | 37 def test_sys_executable_escaping_unix(self, tmpdir, monkeypatch): argument 51 def test_sys_executable_escaping_win32(self, tmpdir, monkeypatch): argument
|
D | test_unicode_utils.py | 4 def test_filesys_decode_fs_encoding_is_None(monkeypatch): argument
|
D | test_logging.py | 19 def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): argument
|
D | test_glob.py | 31 def test_glob(monkeypatch, tmpdir, tree, pattern, matches): argument
|
D | fixtures.py | 14 def user_override(monkeypatch): argument
|
D | test_integration.py | 42 def install_context(request, tmpdir, monkeypatch): argument
|
D | test_develop.py | 33 def temp_user(monkeypatch): argument
|
D | test_wheel.py | 610 def test_wheel_is_compatible(monkeypatch): argument
|
/aosp_15_r20/external/python/httplib2/tests/ |
D | test_proxy.py | 39 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/ |
D | test_id_token.py | 210 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/ |
D | test__default_async.py | 170 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
|
D | conftest.py | 36 def mock_non_existent_module(monkeypatch): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/config/ |
D | test_expand.py | 17 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 D | test_lava_job_definition.py | 85 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 D | test_lava_farm.py | 23 def test_get_lava_farm_no_tag(monkeypatch): argument
|
/aosp_15_r20/external/fonttools/Tests/ttx/ |
H A D | ttx_test.py | 951 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/ |
D | test_loader.py | 307 def package_dir_loader(monkeypatch): argument 329 def package_zip_loader(monkeypatch): argument
|
/aosp_15_r20/external/fonttools/Tests/mtiLib/ |
H A D | mti_test.py | 13 def set_lookup_debug_env_var(monkeypatch): argument
|