aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest-mock/py3/tests/ya.make
blob: a8385e1263df0faad5dc0c73d3ca1dcd15276c8a (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-asyncio
    contrib/python/pytest-mock
)

TEST_SRCS(
    test_pytest_mock.py
)

NO_LINT()

END()