aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/recipe/ya.make
blob: dd323aa2457dfc6efe2a0d429c58d22e9a515e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OWNER(
    exprmntr
    g:yatest
)

PY23_LIBRARY()

PY_SRCS(
    __init__.py
    ports.py
)

PEERDIR(
    contrib/python/ipdb
    library/python/testing/yatest_common
    library/python/testing/yatest_lib
)

END()