/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
|
/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
|
/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
|
/external/python/pybind11/tests/extra_python_package/ |
D | test_files.py | 100 def test_build_sdist(monkeypatch, tmpdir): argument 154 def test_build_global_dist(monkeypatch, tmpdir): argument 207 def tests_build_wheel(monkeypatch, tmpdir): argument 236 def tests_build_global_wheel(monkeypatch, tmpdir): argument
|
/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__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 | 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 | 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
|
/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
|
/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_glob.py | 31 def test_glob(monkeypatch, tmpdir, tree, pattern, matches): argument
|
D | test_logging.py | 19 def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): argument
|
D | fixtures.py | 14 def user_override(monkeypatch): argument
|
D | test_integration.py | 42 def install_context(request, tmpdir, monkeypatch): argument
|
/external/python/cryptography/tests/ |
D | test_fernet.py | 70 self, secret, now, src, ttl_sec, token, backend, monkeypatch argument 85 def test_invalid(self, secret, token, now, ttl_sec, backend, monkeypatch): argument 120 def test_timestamp_ignored_no_ttl(self, monkeypatch, backend): argument 129 def test_ttl_required_in_decrypt_at_time(self, monkeypatch, backend): argument 145 def test_extract_timestamp(self, monkeypatch, backend): argument 220 def test_rotate_preserves_timestamp(self, backend, monkeypatch): argument
|
D | test_warnings.py | 17 def test_deprecated(self, monkeypatch): argument 51 def test_deleting_deprecated_members(self, monkeypatch): argument
|
/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
|
/external/python/pybind11/tests/extra_setuptools/ |
D | test_setuphelper.py | 15 def test_simple_setup_py(monkeypatch, tmpdir, parallel, std): argument
|
/external/fonttools/Tests/ttx/ |
D | ttx_test.py | 951 def test_main_keyboard_interrupt(tmpdir, monkeypatch, caplog): argument 964 def test_main_system_exit(tmpdir, monkeypatch): argument 975 def test_main_ttlib_error(tmpdir, monkeypatch, caplog): argument 990 def test_main_base_exception(tmpdir, monkeypatch, caplog): argument
|
/external/python/pybind11/tests/ |
D | test_chrono.py | 105 def test_chrono_system_clock_roundtrip_time(time1, tz, monkeypatch): argument
|
D | test_exceptions.py | 63 def test_python_alreadyset_in_destructor(monkeypatch, capsys): argument
|