Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/easyhutu/grpctester
- Owner: easyhutu
- License: mit
- Created: 2019-07-26T02:38:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:55:51.000Z (over 1 year ago)
- Last Synced: 2024-10-25T23:57:55.450Z (2 months 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导入到单元测试用例中使用