ya.make 202 B

123456789101112131415161718
  1. PY2TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/pytest-localserver
  5. contrib/python/requests
  6. )
  7. TEST_SRCS(
  8. test_http.py
  9. test_https.py
  10. test_smtp.py
  11. )
  12. NO_LINT()
  13. END()