ya.make 296 B

123456789101112131415161718192021222324
  1. PY3TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/pyOpenSSL
  5. contrib/python/flaky
  6. contrib/python/pretend
  7. )
  8. TEST_SRCS(
  9. __init__.py
  10. conftest.py
  11. test_crypto.py
  12. test_debug.py
  13. test_rand.py
  14. test_ssl.py
  15. test_util.py
  16. util.py
  17. )
  18. NO_LINT()
  19. END()