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