ya.make 363 B

12345678910111213141516171819202122232425262728
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/rsa
  4. )
  5. NO_LINT()
  6. TEST_SRCS(
  7. test_cli.py
  8. test_common.py
  9. test_integers.py
  10. test_key.py
  11. test_load_save_keys.py
  12. test_parallel.py
  13. test_pem.py
  14. test_pkcs1.py
  15. test_pkcs1_v2.py
  16. test_prime.py
  17. test_strings.py
  18. test_transform.py
  19. )
  20. DATA (
  21. arcadia/contrib/python/rsa/py3/tests
  22. )
  23. END()