ya.make 172 B

1234567891011121314151617
  1. SUBSCRIBER(g:python-contrib)
  2. PY3TEST()
  3. NO_LINT()
  4. PEERDIR(
  5. contrib/python/aioresponses
  6. )
  7. TEST_SRCS(
  8. base.py
  9. test_aioresponses.py
  10. test_compat.py
  11. )
  12. END()