ya.make 591 B

1234567891011121314151617181920212223242526272829303132333435
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/prompt-toolkit
  4. )
  5. TEST_SRCS(
  6. test_async_generator.py
  7. test_buffer.py
  8. test_cli.py
  9. test_completion.py
  10. test_document.py
  11. test_filter.py
  12. test_formatted_text.py
  13. test_history.py
  14. test_inputstream.py
  15. test_key_binding.py
  16. test_layout.py
  17. test_memory_leaks.py
  18. test_print_formatted_text.py
  19. test_regular_languages.py
  20. test_shortcuts.py
  21. test_style.py
  22. test_style_transformation.py
  23. test_utils.py
  24. test_vt100_output.py
  25. test_widgets.py
  26. test_yank_nth_arg.py
  27. )
  28. NO_LINT()
  29. SIZE(MEDIUM)
  30. END()