ya.make 255 B

123456789101112131415161718192021
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/freezegun
  4. contrib/python/itsdangerous
  5. )
  6. TEST_SRCS(
  7. __init__.py
  8. test_encoding.py
  9. test_serializer.py
  10. test_signer.py
  11. test_timed.py
  12. test_url_safe.py
  13. )
  14. NO_LINT()
  15. REQUIREMENTS(ram:10)
  16. END()