ya.make 1.9 KB

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