aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/prompt-toolkit/py2/tests/ya.make
blob: de396f2ee5a2e31d8681ce62f48684d3c7512add (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
PY2TEST()

PEERDIR(
    contrib/python/prompt-toolkit
)

TEST_SRCS(
    test_buffer.py
    test_cli.py
    test_contrib.py
    test_document.py
    test_filter.py
    test_inputstream.py
    test_key_binding.py
    test_layout.py
    test_print_tokens.py
    test_regular_languages.py
    test_shortcuts.py
    test_style.py
    test_utils.py
    test_yank_nth_arg.py
)

NO_LINT()

END()