-
`Step 2/3 : RUN go get github.com/codegangsta/gin && go get github.com/onsi/ginkgo/ginkgo && go get github.com/derekparker/delve/cmd/dlv && go get github.com/onsi/gomega/...
---> Running…
sas05 updated
3 years ago
-
Seems like a lot of stuff in the README is duplicated from the docs, maybe we could just point to the docs like Gomega does and keep the README real simple?
What is in the README that isn't in the …
-
**What steps did you take and what happened:**
1. get a fresh copy of cluster-api repo
2. follow clusterctl devel instructions to the [build artifacts locally](https://cluster-api.sigs.k8s.io/clus…
-
The non ok case here needs to be handled and report that the variable is not set:
https://github.com/choria-io/go-choria/blob/4c7c0ceefa93291390b979fe2a838804ad67378d/providers/security/puppetsec/o…
-
**How are you running Renovate?**
- [ ] WhiteSource Renovate hosted app on github.com
- [x] Self hosted
If using the hosted app, please skip to the next section.
Otherwise, if self-hosted, ple…
-
I'm happy to open a PR for this since it would be a minor change that would fix the default behavior of `ginkgo bootstrap` for the builds we're using at my company.
We've just started using [gofumpt]…
-
I want to print timestamps before and after each `It` block.
Is it possible to add an option to Ginkgo?
I think the printing timestamps feature is useful to debug the target program.
The feature …
-
The following panics in v1.10.5:
```go
var err error
gomega.WithTransform(
func(error) bool { return true },
gomega.BeTrue(),
).Match(err)
```
```
panic: runtime error: invalid memory a…
-
`config.DefaultReporterConfig.SlowSpecThreshold` allows me to set the SlowSpecThreshold for non-parallel tests but when I enable parallel, it ignores the parameter
dummy/dummy_suite_test.go
```go
…
-
Support for warnings would be nice. Something that leaves a clear message in the output, but still marks the test as succeeded.
Syntactically could be like
```go
Warn(Expect(answer).To(Equal(42)…