summaryrefslogtreecommitdiffstats
path: root/contrib/python/propcache/tests/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/propcache/tests/ya.make')
-rw-r--r--contrib/python/propcache/tests/ya.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/python/propcache/tests/ya.make b/contrib/python/propcache/tests/ya.make
new file mode 100644
index 00000000000..53173b0a58f
--- /dev/null
+++ b/contrib/python/propcache/tests/ya.make
@@ -0,0 +1,11 @@
+PY3TEST()
+
+PEERDIR(
+ contrib/python/propcache
+)
+
+ALL_PYTEST_SRCS()
+
+NO_LINT()
+
+END()