aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/thrift/py2/tests/ya.make
blob: b54641ca04edb25551a6c275001e24bb12969891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY2TEST()

PEERDIR(
    contrib/python/thrift
    contrib/python/tornado
)

DATA(
    arcadia/contrib/python/thrift/py2/tests/keys
)

TEST_SRCS(
    test_socket.py
    test_sslsocket.py
    thrift_json.py
)

NO_LINT()

END()