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: 11 months ago
JSON representation
python grpc test tool
- Host: GitHub
- URL: https://github.com/easyhutu/grpctester
- Owner: easyhutu
- License: mit
- Created: 2019-07-26T02:38:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:55:51.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:45:22.752Z (about 1 year ago)
- Topics: grpc-client, grpc-python, grpc-test, python, test-framework, testing-tools
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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导入到单元测试用例中使用