aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cookies/py2/tests/ya.make
blob: 907a50b052834e2927ab7f257804de031b67c076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY2TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/pytest
    contrib/python/cookies
)

TEST_SRCS(
    contrib/python/cookies/py2/test_cookies.py
)

NO_LINT()

END()