aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/retry/tests/ya.make
diff options
context:
space:
mode:
authorhor911 <hor911@ydb.tech>2023-11-07 22:58:07 +0300
committerhor911 <hor911@ydb.tech>2023-11-07 23:18:16 +0300
commit59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be (patch)
tree4d9069889e09eb71861047e9c4ddb64f4937516f /library/python/retry/tests/ya.make
parent5c9959864eb32f9cc5dda517291e55ecedb6722e (diff)
downloadydb-59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be.tar.gz
FQ Runner FrameWork
Diffstat (limited to 'library/python/retry/tests/ya.make')
-rw-r--r--library/python/retry/tests/ya.make11
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()