Home
last modified time | relevance | path

Searched refs:test_credentials (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_credentials_async.py28 from tests.oauth2 import test_credentials
365 info = test_credentials.AUTH_USER_INFO.copy()
383 info = test_credentials.AUTH_USER_INFO.copy()
386 test_credentials.AUTH_USER_JSON_FILE
396 test_credentials.AUTH_USER_JSON_FILE, scopes
405 info = test_credentials.AUTH_USER_INFO.copy()
460 os.path.join(test_credentials.DATA_DIR, "old_oauth_credentials_py3.pickle"),
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_sync/app_engine_test_app/
Dmain.py48 def test_credentials(): function
107 tests = (test_credentials, test_default)
/aosp_15_r20/external/python/httplib2/tests/
Dtest_auth.py7 def test_credentials(): function