summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut/ya.make
blob: 19ddfa8f48d996100fd534b95c880e4986952921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY23_TEST()

TEST_SRCS(
    test_tools.py
)

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

STYLE_PYTHON()

END()

RECURSE_FOR_TESTS(
    conftest_local
    conftest_non_local
    pytest_plugins_env
)