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

TEST_SRCS(
    test_plugin.py
)

PY_SRCS(
    plugin.py
)

PEERDIR(
    library/python/pytest
)

ENV(
    PYTEST_PLUGINS=library.python.pytest.ut.pytest_plugins_env.plugin
)

STYLE_PYTHON()

END()