Test using gripmock SDK (embedded mock).
⚠️ Experimental SDK
This SDK is experimental and may be discontinued or never released. Use at your own risk.
go get github.com/bavix/gripmock/v3/pkg/sdk@sdkFor local development with gripmock next to this repo, add to go.mod:
replace github.com/bavix/gripmock/v3 => ../gripmock
Then run go mod tidy.
make generateThis generates helloworld/*.pb.go and timed/*.pb.go from greeter.proto and timed.proto via protoc.
make test
# or
go test -v ./...