-
Create a new command to batch run kubectl commands across a number of clusters using the aliases setup.
From the discussion we'd use a file to configure the commands to run and aliases
```yaml
…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.17 darwin/amd64
$ gotip version
go version devel go1.18-d34051b Thu Dec 2 07:04:05 2021 +0000 darwin/amd64
…
-
I am writing a Go code generation tool that depends on [go/packages](https://godoc.org/golang.org/x/tools/go/packages#Load) for creating a [types.Package](https://godoc.org/go/types#Package) from a pa…
-
**Is your feature request related to a problem? Please describe.**
Some customers require Client mocks generated using mockgen.
**Proposed Solution**
Generate mocks in a different directory using…
-
https://www.liwenzhou.com/posts/Go/golang-unit-test-4/
李文周的Blog Go语言测试 单元测试怎么写,go test 执行测试,接口mock工具,GoStub是常用的打桩工具,为全局变量打桩。gomock是官方出品的mock工具,支持mock接口类型,也支持为方法打桩,assert,断言,如何进行接口mock,mock接口教程,go m…
-
**Actual behavior**
I'm trying to generate a mock for a type that is a type alias for a generic interface. This is new functionality in gRPC (https://github.com/grpc/grpc-go/issues/7030), available…
ash2k updated
1 month ago
-
gpt-4-0125-preview suggested coverage for: Test
[Stakwork Run](https://jobs.stakwork.com/admin/projects/35872366)
Test Cases for GetFeaturesByWorkspaceUuid:
- Valid UUID with Features Availab…
-
- テスト用のDB作成(docker)
- [gomock](https://github.com/golang/mock)を使ってinterfaceをモック化
- サンプル実装
-
Hello. I tried to use this project in v0.5.0 from v0.4.0, and this produced code that doesn't compile anymore. I produced a smaller example here than my real project. I can push a private simplified r…
-
There is a strong and growing consensus in sig-node about the need of increasing the test coverage in the kubelet, improving the current testsuite about coverage and reliability. See for example the […