blob: dfcabf5bfb6326ed2eb6844cd4b22113af4a280c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
PY3TEST()
PEERDIR(
contrib/python/Flask
contrib/python/google-auth
contrib/python/mock
contrib/python/responses
contrib/python/pyOpenSSL
contrib/python/pytest-localserver
contrib/python/oauth2client
contrib/python/freezegun
)
DATA(
arcadia/contrib/python/google-auth/py3/tests/data
)
PY_SRCS(
NAMESPACE tests
transport/__init__.py
transport/compliance.py
)
TEST_SRCS(
__init__.py
compute_engine/__init__.py
compute_engine/test__metadata.py
compute_engine/test_credentials.py
conftest.py
crypt/__init__.py
crypt/test__cryptography_rsa.py
crypt/test__python_rsa.py
crypt/test_crypt.py
crypt/test_es256.py
oauth2/__init__.py
oauth2/test__client.py
# oauth2/test_challenges.py - need pyu2f
oauth2/test_credentials.py
oauth2/test_gdch_credentials.py
oauth2/test_id_token.py
oauth2/test_reauth.py
oauth2/test_service_account.py
oauth2/test_sts.py
oauth2/test_utils.py
test__cloud_sdk.py
test__default.py
test__helpers.py
test__oauth2client.py
test__service_account_info.py
test_app_engine.py
test_aws.py
test_credentials.py
test_downscoped.py
test_external_account.py
test_external_account_authorized_user.py
test_iam.py
test_identity_pool.py
test_impersonated_credentials.py
test_jwt.py
test_pluggable.py
# transport/test__custom_tls_signer.py
transport/test__http_client.py
transport/test__mtls_helper.py
transport/test_grpc.py
transport/test_mtls.py
# transport/test_requests.py
# transport/test_urllib3.py
)
NO_LINT()
END()
|