ya.make 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. contrib/python/aioresponses
  12. contrib/python/pytest-asyncio
  13. contrib/python/PyJWT
  14. )
  15. DATA(
  16. arcadia/contrib/python/google-auth/py3/tests/data
  17. )
  18. PY_SRCS(
  19. NAMESPACE tests
  20. transport/__init__.py
  21. transport/compliance.py
  22. )
  23. TEST_SRCS(
  24. compute_engine/__init__.py
  25. compute_engine/test_credentials.py
  26. compute_engine/test__metadata.py
  27. conftest.py
  28. crypt/__init__.py
  29. crypt/test__cryptography_rsa.py
  30. crypt/test_crypt.py
  31. crypt/test_es256.py
  32. crypt/test__python_rsa.py
  33. __init__.py
  34. oauth2/__init__.py
  35. oauth2/test__client.py
  36. # oauth2/test_challenges.py - need pyu2f
  37. oauth2/test_credentials.py
  38. oauth2/test_gdch_credentials.py
  39. oauth2/test_id_token.py
  40. oauth2/test_reauth.py
  41. oauth2/test_service_account.py
  42. oauth2/test_sts.py
  43. oauth2/test_utils.py
  44. oauth2/test_webauthn_handler_factory.py
  45. oauth2/test_webauthn_handler.py
  46. oauth2/test_webauthn_types.py
  47. test_api_key.py
  48. test_app_engine.py
  49. test_aws.py
  50. test__cloud_sdk.py
  51. test_credentials_async.py
  52. test_credentials.py
  53. test__default.py
  54. test_downscoped.py
  55. test_exceptions.py
  56. test__exponential_backoff.py
  57. test_external_account_authorized_user.py
  58. test_external_account.py
  59. test__helpers.py
  60. test_iam.py
  61. test_identity_pool.py
  62. test_impersonated_credentials.py
  63. test_jwt.py
  64. test_metrics.py
  65. test__oauth2client.py
  66. test_packaging.py
  67. test_pluggable.py
  68. test__refresh_worker.py
  69. test__service_account_info.py
  70. transport/aio/test_aiohttp.py
  71. # transport/aio/test_sessions.py
  72. # transport/test__custom_tls_signer.py
  73. transport/test_grpc.py
  74. transport/test__http_client.py
  75. transport/test__mtls_helper.py
  76. transport/test_mtls.py
  77. # transport/test_requests.py
  78. # transport/test_urllib3.py
  79. )
  80. NO_LINT()
  81. END()