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

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

TEST_SRCS(
    __init__.py
    test_compat.py
    test_encoding.py
    test_jws.py
    test_serializer.py
    test_signer.py
    test_timed.py
    test_url_safe.py
)

NO_LINT()

END()