gomega icon indicating copy to clipboard operation
gomega copied to clipboard

Ginkgo's Preferred Matcher Library

Results 68 gomega issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

Bumps [github-pages](https://github.com/github/pages-gem) from 230 to 231. Release notes Sourced from github-pages's releases. v231 What's Changed Revert jekyll-relative-links to 0.6.1 and add a test by @​yoannchaudet in github/pages-gem#910 Full Changelog: https://github.com/github/pages-gem/compare/v230...v231...

dependencies
ruby

For example I have routes: ``` /foo/bar and /baz/bax ``` I would like `/foo/bar` to respond to the first request to that url with `{"data": 1}` and the second request...

Commit message: Update to google.golang.org/protobuf/proto This ipdates the imports This is a huge leap and it comes with some necessary changes simple_message.proto includes go_package option now. and the message equality...

Expect(err).ShouldNot(HaveOccurred()) or Expect(err).ToNot(HaveOccurred()) Only give you the Expect stackTrace or the stackTrace of the DSL. We are looking for the stackTrace of the error Example output of Expect(err).ShouldNot(HaveOccurred()) ``` Stack...

Probably I'm missing something obvious from the docs but say I have two slices of structs that I want to compare but only on one field. I want to write...

When a context is canceled, `context.Cause` may be able to provide a better explanation that just "context canceled" (the error returned by `Context.Err`). This can be useful to figure out...

# Problem While debugging a test which uses Eventually and Consistently, I want to know what the test is currently doing. With Kubernetes, I might run "kubectl" in parallel to...

When using `BeTrue` or `BeFalse`, one can annotate the `Should` or `ShouldNot`, but then still gets the rather useless `Expected : false to be true`. That's noise that makes the...

Hi friends, Thanks for making this awesome library! I've noticed that when using gstruct on large structs the failure mode is impossible to read. I am using iterm 2 and...

waiting-for-response