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