aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytz/py2/tests
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-10-09 21:24:51 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-10-09 21:41:54 +0300
commitdc78770b6fd26a1c33de2f1ecd1c503936ddc5f1 (patch)
treeedd58b284ec7e11ba0fecd75f710ac6deee01f54 /contrib/python/pytz/py2/tests
parent6ef6895772bc473a21252db8a2a9f4c1b179841c (diff)
downloadydb-dc78770b6fd26a1c33de2f1ecd1c503936ddc5f1.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/pytz/py2/tests')
-rw-r--r--contrib/python/pytz/py2/tests/ya.make19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/python/pytz/py2/tests/ya.make b/contrib/python/pytz/py2/tests/ya.make
new file mode 100644
index 0000000000..3d8202bb37
--- /dev/null
+++ b/contrib/python/pytz/py2/tests/ya.make
@@ -0,0 +1,19 @@
+PY2TEST()
+
+PEERDIR(
+ contrib/python/pytz
+)
+
+SRCDIR(
+ contrib/python/pytz/py2/pytz/tests
+)
+
+TEST_SRCS(
+ test_docs.py
+ test_lazy.py
+ test_tzinfo.py
+)
+
+NO_LINT()
+
+END()