aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/websocket-client/tests/ya.make
blob: 8b9aa757f4492a83ff9d51ea27019bee6981e416 (plain) (tree)
1
2
3
4
5
6
7
8





                                   
                                                                

       
                                                   













                     
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()