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

PY_SRCS(
    conftest.py
)

PEERDIR(
    library/python/pytest
)

STYLE_PYTHON()

END()

RECURSE(
    lib
)

RECURSE_FOR_TESTS(
    tests
)