ya.make 290 B

123456789101112131415161718192021
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/pytest-localserver
  4. contrib/python/responses
  5. )
  6. DATA(
  7. arcadia/contrib/python/responses/py2/responses/test_responses.py
  8. )
  9. SRCDIR(contrib/python/responses/py2/responses)
  10. TEST_SRCS(
  11. test_matchers.py
  12. test_responses.py
  13. )
  14. NO_LINT()
  15. END()