Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easyhutu/grpctester

python grpc test tool
https://github.com/easyhutu/grpctester

grpc-client grpc-python grpc-test python test-framework testing-tools

Last synced: 21 days ago
JSON representation

python grpc test tool

Awesome Lists containing this project

README

        

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

* 1、 pip install -r requirements.txt

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

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