diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 18:55:10 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 19:27:57 +0300 |
commit | 9034652d9fcda22d641b8b030a757a3942112f5f (patch) | |
tree | cf418ec574ac74e6a3eef6459eeffd35da75aeff /yql/essentials/tests/common/test_framework/ya.make | |
parent | 898c44637b5a3602cc610a0352889be7b897a6a6 (diff) | |
download | ydb-9034652d9fcda22d641b8b030a757a3942112f5f.tar.gz |
YQL-19206 Move contrib/ydb/library/yql/tests/common -> yql/essentials/tests/common
commit_hash:b0bab3353351a5c79f0a64237b103ddba0004fd7
Diffstat (limited to 'yql/essentials/tests/common/test_framework/ya.make')
-rw-r--r-- | yql/essentials/tests/common/test_framework/ya.make | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/yql/essentials/tests/common/test_framework/ya.make b/yql/essentials/tests/common/test_framework/ya.make new file mode 100644 index 0000000000..c9b91ff5c8 --- /dev/null +++ b/yql/essentials/tests/common/test_framework/ya.make @@ -0,0 +1,30 @@ +PY23_LIBRARY() + +PY_SRCS( + TOP_LEVEL + solomon_runner.py + yql_utils.py + yql_ports.py + yqlrun.py + yql_http_file_server.py +) + +PY_SRCS( + NAMESPACE ydb_library_yql_test_framework + conftest.py +) + +PEERDIR( + contrib/python/requests + contrib/python/six + contrib/python/urllib3 + library/python/cyson + yql/essentials/core/file_storage/proto + yql/essentials/providers/common/proto +) + +END() + +RECURSE( + udfs_deps +) |