blob: 9f06030683b6f7357a1d4c6cfb1f32d46a6ba3dd (
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
36
|
PY3TEST()
OWNER(g:python-contrib)
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_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()
|