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

OWNER(g:python-contrib)

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()