Searched defs:unused_get (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/google-auth-library-python/tests_async/ |
D | test__default_async.py | 376 def test__get_gce_credentials(unused_get, unused_ping): argument 401 def test__get_gce_credentials_no_project_id(unused_get, unused_ping): argument 431 def test_default_early_out(unused_get): argument 440 def test_default_explict_project_id(unused_get, monkeypatch): argument 450 def test_default_explict_legacy_project_id(unused_get, monkeypatch): argument 518 def test_default_scoped(with_scopes, unused_get): argument 533 def test_default_no_app_engine_compute_engine_module(unused_get): argument
|
/aosp_15_r20/external/python/google-auth-library-python/tests/ |
D | test__default.py | 646 def test__get_gce_credentials(unused_get, unused_ping): argument 671 def test__get_gce_credentials_no_project_id(unused_get, unused_ping): argument 701 def test_default_early_out(unused_get): argument 710 def test_default_explict_project_id(unused_get, monkeypatch): argument 720 def test_default_explict_legacy_project_id(unused_get, monkeypatch): argument 788 def test_default_scoped(with_scopes, unused_get): argument 815 def test_default_no_app_engine_compute_engine_module(unused_get): argument
|