aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/chardet/py3/tests
diff options
context:
space:
mode:
authorrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-06-21 19:38:50 +0300
committerrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-06-21 19:51:10 +0300
commit3cdeda6fa6a035965e143abf6c6972c912707bef (patch)
tree986be7f2e99f183f5c8babc34f452e49f1b4a138 /contrib/python/chardet/py3/tests
parent4205a925c8efc7e3c87c27a0c6d697e54cd41beb (diff)
downloadydb-3cdeda6fa6a035965e143abf6c6972c912707bef.tar.gz
YDB Import 603
733cd37277ee72b54fc223cbea2c1d141412ee3a
Diffstat (limited to 'contrib/python/chardet/py3/tests')
-rw-r--r--contrib/python/chardet/py3/tests/ya.make21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/python/chardet/py3/tests/ya.make b/contrib/python/chardet/py3/tests/ya.make
new file mode 100644
index 0000000000..c1f16c7df7
--- /dev/null
+++ b/contrib/python/chardet/py3/tests/ya.make
@@ -0,0 +1,21 @@
+PY3TEST()
+
+SRCDIR(contrib/python/chardet/py3)
+
+TEST_SRCS(
+ test.py
+)
+
+PEERDIR(
+ contrib/python/chardet
+)
+
+DATA(
+ sbr://3544728585
+)
+
+SIZE(MEDIUM)
+
+NO_LINT()
+
+END()