ya.make 227 B

1234567891011121314151617181920
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/idna
  4. )
  5. TEST_SRCS(
  6. test_idna_compat.py
  7. test_idna.py
  8. test_intranges.py
  9. test_idna_codec.py
  10. test_idna_other.py
  11. test_idna_uts46.py
  12. )
  13. NO_LINT()
  14. FORK_SUBTESTS()
  15. END()