ya.make 412 B

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