diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-10-18 11:29:37 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-10-18 13:06:09 +0300 |
commit | 9ae2b50e805245bff2d8be04123f4e7f08806324 (patch) | |
tree | d97eaff30d6ea46d9c957ddbb57573f9044b5523 /library/python/testing/swag/lib/ya.make | |
parent | 18dc72ed9a86762cd037f5e41fb79cec458b3c2c (diff) | |
download | ydb-9ae2b50e805245bff2d8be04123f4e7f08806324.tar.gz |
Move swag from devtools/ to library/python/testing/
Diffstat (limited to 'library/python/testing/swag/lib/ya.make')
-rw-r--r-- | library/python/testing/swag/lib/ya.make | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/library/python/testing/swag/lib/ya.make b/library/python/testing/swag/lib/ya.make new file mode 100644 index 0000000000..e3e7cfa300 --- /dev/null +++ b/library/python/testing/swag/lib/ya.make @@ -0,0 +1,20 @@ +PY23_LIBRARY() + +PEERDIR( + contrib/python/protobuf + library/python/testing/yatest_common +) + +SRCDIR(library/python/testing/swag) + +PY_SRCS( + NAMESPACE library.python.testing.swag + + daemon.py + gdb.py + pathutil.py + ports.py + proto_traversals.py +) + +END() |