ya.make 2.0 KB

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