aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/recipe/ya.make
blob: 239223c789a0723219c2b04264af3ec290e015c6 (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()