-
### Which tests failed?
Error:
```
--- FAIL: TestScenarios/failover-default-diffns (1.20s)
ggv2setup_test.go:276: applied yamls TestScenarios/failover-default-diffns
ggv2setup_te…
-
```
=== RUN TestGithubPushPull
created repository git-bug-test-github-exporter-pWaxzsEW
export_test.go:218:
Error Trace: /home/runner/work/git-bug/git-bug/bridge/github/export_test…
-
**Describe the use case:**
Testing / code base related / DX improvement
**Describe the enhancement/feature:**
Replace the existing unit testing based on go terratest with [helm unittest](https://…
-
- `main_test.go` requires refactoring as almost all tests are covering `flags.go`,
- `main.go` requires more test coverage.
-
Current version: go 1.21.4
-
The latest (0.15.0+) update runs into breaking tests when vendoring.
```
[ 10s] go test -v ./...
[ 10s] # github.com/google/go-tpm-tools/simulator/internal
[ 10s] vendor/github.com/google/go…
-
### Go version
go version go1.23.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN='/Users/twp/.local/bin'
GOCACHE='/Users/twp/Librar…
-
**Is your feature request related to a problem? Please describe.**
I'm using `go.testOnSave = true`.
When I'm saving, the tests are running as expected.
However, the test explorer (the bar/menu on …
-
# Unit testing in Go | Adelina Simion
Unit testing is paramount to writing stable, production ready code. In this post, we will talk a bit about what unit tests should cover and table driven tests in…
-
```
ssa - @timothy-king
go/ssa/ssautil/switch_test.go
go/ssa/ssautil/load.go
go/ssa/example_test.go
go/ssa/interp/interp_test.go
go/ssa/builder_generic_test.go
go/ssa/builder_test.go
refacto…