Skip to content

Commit

Permalink
Merge pull request #4 from yoshd/fix-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
yoshd authored Jun 7, 2020
2 parents 5e1ee20 + 40f4c16 commit 98e8054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![test](https://github.com/yoshd/protoc-gen-stest/workflows/Go/badge.svg)

# protoc-gen-stest

This is a protoc plugin which generates golang source code for gRPC scenario test.
This is a protoc plugin which generates golang source code for gRPC scenario test (only Unary).
The plugin can test the gRPC methods defined in your .proto file.
The necessary preparation is the source code that calls the test using your .proto file and the JSON file that defines the test scenario, and the simple gRPC service client and testing package.

Expand Down

0 comments on commit 98e8054

Please sign in to comment.