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

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/pytest-localserver
    contrib/python/requests
    contrib/python/aiosmtpd
)

TEST_SRCS(
    test_http.py
    test_https.py
    test_smtp.py
    test_version.py
)

NO_LINT()

END()