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