aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/recipe/ya.make
blob: 6e05a5a1ea4c200d10f3ca8272cc4392c0de893b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY()

PY_SRCS(
    __init__.py
    ports.py
)

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

END()