ya.make 388 B

1234567891011121314151617181920212223242526
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/prompt-toolkit
  4. )
  5. TEST_SRCS(
  6. test_buffer.py
  7. test_cli.py
  8. test_contrib.py
  9. test_document.py
  10. test_filter.py
  11. test_inputstream.py
  12. test_key_binding.py
  13. test_layout.py
  14. test_print_tokens.py
  15. test_regular_languages.py
  16. test_shortcuts.py
  17. test_style.py
  18. test_utils.py
  19. test_yank_nth_arg.py
  20. )
  21. NO_LINT()
  22. END()