aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/lib/ya.make
blob: 616d23b2cc0ed31bbc5e213f91b2fdcb304f2a28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBSCRIBER(spreis)

PY23_LIBRARY()

WITHOUT_LICENSE_TEXTS()

VERSION(Service-proxy-version)

LICENSE(YandexOpen)

PEERDIR(
    library/cpp/testing/unittest
)

SRCS(
    test.cpp
)

END()