diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-24 00:00:53 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-24 00:07:45 +0300 |
commit | 7b7bf690206e6d11bd5110ba41808f224d0f3529 (patch) | |
tree | 0b81d1048c95d8d908bea699accd9a68e7e94933 /contrib | |
parent | 5e678b4c3c3b1706a3d3fc88748e4fbc9ba3f86a (diff) | |
download | ydb-7b7bf690206e6d11bd5110ba41808f224d0f3529.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/python/google-auth/py3/tests/ya.make | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/python/google-auth/py3/tests/ya.make b/contrib/python/google-auth/py3/tests/ya.make index dfcabf5bfb..6c6db898c4 100644 --- a/contrib/python/google-auth/py3/tests/ya.make +++ b/contrib/python/google-auth/py3/tests/ya.make @@ -42,21 +42,30 @@ TEST_SRCS( oauth2/test_service_account.py oauth2/test_sts.py oauth2/test_utils.py + oauth2/test_webauthn_handler.py + oauth2/test_webauthn_handler_factory.py + oauth2/test_webauthn_types.py test__cloud_sdk.py test__default.py + test__exponential_backoff.py test__helpers.py test__oauth2client.py + test__refresh_worker.py test__service_account_info.py + test_api_key.py test_app_engine.py test_aws.py test_credentials.py test_downscoped.py + test_exceptions.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_metrics.py + test_packaging.py test_pluggable.py # transport/test__custom_tls_signer.py transport/test__http_client.py |