diff options
author | hor911 <hor911@ydb.tech> | 2023-11-07 22:58:07 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-11-07 23:18:16 +0300 |
commit | 59e3f9da6fd5a8e9232c51e78a3bc8e87d71a6be (patch) | |
tree | 4d9069889e09eb71861047e9c4ddb64f4937516f /contrib/python/chardet/py2/tests/ya.make | |
parent | 5c9959864eb32f9cc5dda517291e55ecedb6722e (diff) | |
download | ydb-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.make | 21 |
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() |