ya.make 268 B

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