ya.make 250 B

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