aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/rsa/py3/tests/ya.make
blob: 059fbe01294c94d2aeb30f99bfced8fdfc60ce54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PY3TEST()

PEERDIR(
    contrib/python/rsa
)

NO_LINT()

TEST_SRCS(
    test_cli.py
    test_common.py
    test_integers.py
    test_key.py
    test_load_save_keys.py
    test_parallel.py
    test_pem.py
    test_pkcs1.py
    test_pkcs1_v2.py
    test_prime.py
    test_strings.py
    test_transform.py
)

DATA (
    arcadia/contrib/python/rsa/py3/tests
)

END()