aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/tests/ya.make
blob: 748b91efe2c9cc22f906176387a24c65770637c3 (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
PY3TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/pyOpenSSL
    contrib/python/flaky
    contrib/python/pretend
)

TEST_SRCS(
    __init__.py
    conftest.py
    test_crypto.py
    test_debug.py
    test_rand.py
    test_ssl.py
    test_util.py
    util.py
)

NO_LINT()

END()