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

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/pytest-mock/py2
)

TEST_SRCS(
    test_pytest_mock.py
)

NO_LINT()

END()