aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytz/py2/tests/ya.make
blob: 3d8202bb37051d88de79ba412c426d87bbbdd167 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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()