blob: 05640300fb954785f3f351b024acda41ac8b6764 (
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
29
30
|
PY2TEST()
PEERDIR(
contrib/python/rsa
contrib/python/mock
)
NO_LINT()
TEST_SRCS(
test_cli.py
test_common.py
test_compat.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/py2/tests
)
END()
|