aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/chardet/py2/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 /contrib/python/chardet/py2/tests/ya.make
parent5c9959864eb32f9cc5dda517291e55ecedb6722e (diff)
downloadydb-59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be.tar.gz
FQ Runner FrameWork
Diffstat (limited to 'contrib/python/chardet/py2/tests/ya.make')
-rw-r--r--contrib/python/chardet/py2/tests/ya.make21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/python/chardet/py2/tests/ya.make b/contrib/python/chardet/py2/tests/ya.make
new file mode 100644
index 0000000000..3795bfa7fb
--- /dev/null
+++ b/contrib/python/chardet/py2/tests/ya.make
@@ -0,0 +1,21 @@
+PY2TEST()
+
+SRCDIR(contrib/python/chardet/py2)
+
+TEST_SRCS(
+ test.py
+)
+
+PEERDIR(
+ contrib/python/chardet
+)
+
+DATA(
+ sbr://405525759
+)
+
+SIZE(MEDIUM)
+
+NO_LINT()
+
+END()