Skip to content

Commit

Permalink
doc: a guide about how to use api-testing to try tRPC (#129)
Browse files Browse the repository at this point in the history
close #100

@WineChord gives me a very big help. Thanks for that.

---------

Co-authored-by: Rick <linuxsuren@users.noreply.github.com>
Co-authored-by: wineandchord <guoqizhou123123@qq.com>
  • Loading branch information
3 people authored Nov 1, 2023
1 parent abb4c61 commit d36d5d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ English | [中文](README.zh_CN.md)
- [High Performance Network Package tnet](/docs/user_guide/tnet.md)
- [Track Running Status](/rpcz/README.md)
- [Attachment (Big Binary Data) Transfer](/docs/user_guide/attachment.md)
- [Testing](/docs/user_guide/testing.md)
- Developer Guide
- Plugin Development
- [Plugin Overview](/plugin/README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [高性能网络库 tnet](/docs/user_guide/tnet.zh_CN.md)
- [运行状态追踪](/rpcz/README.zh_CN.md)
- [附件(大二进制数据)传输](/docs/user_guide/attachment.zh_CN.md)
- [测试](/docs/user_guide/testing.zh_CN.md)
- 开发指南
- 插件开发
- [插件向导](/plugin/README.zh_CN.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/user_guide/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tRPC-Go Testing

Interface testing refers to the process in which, after the service has successfully started, verification is carried out by sending packets.

## Tools

* [trpc-cli](TODO)
* [api-testing](https://github.com/linuxsuren/api-testing)
* [eab](TODO)
9 changes: 9 additions & 0 deletions docs/user_guide/testing.zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tRPC-Go Testing

接口测试是指服务启动成功后,通过发送报文进行验证的过程。

## 工具

* [trpc-cli](TODO)
* [api-testing](https://github.com/linuxsuren/api-testing)
* [eab](TODO)

0 comments on commit d36d5d5

Please sign in to comment.