ya.make 225 B

1234567891011121314151617181920
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/thrift
  4. contrib/python/tornado
  5. )
  6. DATA(
  7. arcadia/contrib/python/thrift/py2/tests/keys
  8. )
  9. TEST_SRCS(
  10. test_socket.py
  11. test_sslsocket.py
  12. thrift_json.py
  13. )
  14. NO_LINT()
  15. END()