ya.make 172 B

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