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

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

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

NO_LINT()

REQUIREMENTS(ram:10)

END()