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

SUBSCRIBER(g:python-contrib)

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

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

NO_LINT()

END()