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

SUBSCRIBER(g:python-contrib)

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

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

NO_LINT()

END()