diff options
author | hor911 <hor911@ydb.tech> | 2023-11-07 22:58:07 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-11-07 23:18:16 +0300 |
commit | 59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be (patch) | |
tree | 4d9069889e09eb71861047e9c4ddb64f4937516f /library/python/retry/tests/ya.make | |
parent | 5c9959864eb32f9cc5dda517291e55ecedb6722e (diff) | |
download | ydb-59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be.tar.gz |
FQ Runner FrameWork
Diffstat (limited to 'library/python/retry/tests/ya.make')
-rw-r--r-- | library/python/retry/tests/ya.make | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/python/retry/tests/ya.make b/library/python/retry/tests/ya.make new file mode 100644 index 0000000000..5e14cd2093 --- /dev/null +++ b/library/python/retry/tests/ya.make @@ -0,0 +1,11 @@ +PY23_TEST() + +STYLE_PYTHON() + +TEST_SRCS(test_retry.py) + +PEERDIR( + library/python/retry +) + +END() |