Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 238 Bytes

grpctester

python grpc test tool 一个简单高效的gRPC接口测试工具

  • 1、 pip install -r requirements.txt

  • 2、python grpc_proto_compile.py -f filename.proto

  • 3、将生成的xxx_client导入到单元测试用例中使用