ya.make 330 B

1234567891011121314151617181920212223242526
  1. PY2TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/hyperlink
  5. )
  6. NO_LINT()
  7. SRCDIR(
  8. contrib/python/hyperlink/py2/hyperlink/test
  9. )
  10. TEST_SRCS(
  11. __init__.py
  12. common.py
  13. test_common.py
  14. test_decoded_url.py
  15. test_parse.py
  16. test_scheme_registration.py
  17. test_socket.py
  18. test_url.py
  19. )
  20. END()