aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/websocket-client/tests/ya.make
blob: 8b9aa757f4492a83ff9d51ea27019bee6981e416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PY3TEST()

PEERDIR(
    contrib/python/websocket-client
)

DATA(
    arcadia/contrib/python/websocket-client/websocket/tests/data
)

SRCDIR(
    contrib/python/websocket-client/websocket/tests
)

TEST_SRCS(
    __init__.py
    test_abnf.py
    test_app.py
    test_cookiejar.py
    test_http.py
    test_url.py
    test_websocket.py
)

NO_LINT()

END()