aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut/ya.make
blob: bb94c24c70b75e59c05a9b215d981e8092fe157c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_TEST()

TEST_SRCS(
    test_tools.py
)

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

STYLE_PYTHON()

END()