-
My understanding is that the [goruotines](https://github.com/onsi/gomega/blob/061fd26d2fdf897e9db1797f9149accc9790d47e/gmeasure/experiment.go#L468-L472) will still be waiting on `range work` even afte…
-
It would be nice to have a supported way to package ginkgo tests and run them with various configurations using a "canary controller" (simple pod wrapper of ginkgo executions) that reruns tests on som…
-
-
Hi. 👋 I'm getting a false positive when I compare two structs that have a function-type field.
This is using gomega version `v1.20.0`.
Here's a minimal example:
```go
func TestCompareFunctio…
-
Given a `posthydra.Event` struct we should have a way to post the event to Twitter.
-
Have you considered adding generics support to gomega? I work with nested structures a lot in tests, and reflection-based checks are verbose, and may not work for types not easily castable from inter…
-
The API functions are not tested from what I can see:
https://github.com/containers/common/blob/9d34b37ba77e370ac5efaef2a72820e82dcf804d/pkg/auth/auth.go#L66-L68
https://github.com/containers/co…
-
How to reproduce:
```bash
cd /tmp
mkdir gokingoleak
echo 'package gokingoleak
import (
"testing"
"github.com/onsi/ginkgo/v2"
"github.com/onsi/gomega"
"go.uber.org/goleak"
)
…
cyga updated
9 months ago
-
Issue tracking that `examples/grpc-e2e-tests/tests` seems to not build currently:
```
$ cd examples/grpc-e2e-tests/tests; go build .
client.go:11:2: github.com/GoogleContainerTools/skaffold/examp…
-
Often, I am writing units tests and have expected outputs from a function that are structs with many fields, or arrays of structs so there may be >100 fields. I'd like to get one deep print of the str…