Home
last modified time | relevance | path

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

12

/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
/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
/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
/external/python/pybind11/tests/extra_python_package/
Dtest_files.py100 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/
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__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
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
Dconftest.py34 def mock_non_existent_module(monkeypatch): argument
Dtest__oauth2client.py165 def test_import_without_oauth2client(monkeypatch, reset__oauth2client_module): argument
/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
/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_glob.py31 def test_glob(monkeypatch, tmpdir, tree, pattern, matches): argument
Dtest_logging.py19 def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): argument
Dfixtures.py14 def user_override(monkeypatch): argument
Dtest_integration.py42 def install_context(request, tmpdir, monkeypatch): argument
/external/python/cryptography/tests/
Dtest_fernet.py70 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
Dtest_warnings.py17 def test_deprecated(self, monkeypatch): argument
51 def test_deleting_deprecated_members(self, monkeypatch): argument
/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
/external/python/pybind11/tests/extra_setuptools/
Dtest_setuphelper.py15 def test_simple_setup_py(monkeypatch, tmpdir, parallel, std): argument
/external/fonttools/Tests/ttx/
Dttx_test.py951 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/
Dtest_chrono.py105 def test_chrono_system_clock_roundtrip_time(time1, tz, monkeypatch): argument
Dtest_exceptions.py63 def test_python_alreadyset_in_destructor(monkeypatch, capsys): argument

12