diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/python/prompt-toolkit/py3/tests | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/prompt-toolkit/py3/tests')
-rw-r--r-- | contrib/python/prompt-toolkit/py3/tests/ya.make | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/contrib/python/prompt-toolkit/py3/tests/ya.make b/contrib/python/prompt-toolkit/py3/tests/ya.make deleted file mode 100644 index 9f06030683b..00000000000 --- a/contrib/python/prompt-toolkit/py3/tests/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -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() |