ya.make 202 B

1234567891011121314151617
  1. PY3TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/prettytable
  5. contrib/python/pytest-lazy-fixtures
  6. )
  7. TEST_SRCS(
  8. test_colortable.py
  9. test_prettytable.py
  10. )
  11. NO_LINT()
  12. END()