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