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

TEST_SRCS(
    test_tools.py
)

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

STYLE_PYTHON()

END()

RECURSE_FOR_TESTS(
    conftest_local
    pytest_plugins_env
)