trpc.group/trpc-go/trpc-go@v1.0.3/docs/user_guide/testing.md (about)

     1  # tRPC-Go Testing
     2  
     3  Interface testing refers to the process in which, after the service has successfully started, verification is carried out by sending packets.
     4  
     5  ## Tools
     6  
     7  * [trpc-cli](TODO)
     8  * [api-testing](https://github.com/linuxsuren/api-testing)
     9  * [eab](TODO)