aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/itsdangerous/py2/tests/ya.make
blob: 4f071b29ae6ea6912081ffc307eeef6fc5f9be92 (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(
    test_itsdangerous/__init__.py
    test_itsdangerous/test_compat.py
    test_itsdangerous/test_encoding.py
    test_itsdangerous/test_jws.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()