aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/itsdangerous/py3/tests/ya.make
blob: 5a03f27b8012ce52953a93655883b8d5d12c020b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY3TEST()

PEERDIR(
    contrib/python/freezegun
    contrib/python/itsdangerous
)

TEST_SRCS(
    test_itsdangerous/__init__.py
    test_itsdangerous/test_encoding.py
    test_itsdangerous/test_serializer.py
    test_itsdangerous/test_signer.py
    test_itsdangerous/test_timed.py
    test_itsdangerous/test_url_safe.py
)

NO_LINT()

END()