summaryrefslogtreecommitdiffstats
path: root/library/python/strings/ut
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/strings/ut')
-rw-r--r--library/python/strings/ut/ya.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/python/strings/ut/ya.make b/library/python/strings/ut/ya.make
new file mode 100644
index 00000000000..df95e366fa9
--- /dev/null
+++ b/library/python/strings/ut/ya.make
@@ -0,0 +1,11 @@
+PY23_TEST()
+
+TEST_SRCS(test_strings.py)
+
+PEERDIR(
+ library/python/strings
+)
+
+STYLE_PYTHON()
+
+END()