kubernetes/vendor/github.com/onsi/gomega
Patrick Ohly fe59e091eb dependencies: ginkgo v2.9.1, gomega v1.27.4
They contain some nice-to-have improvements (for example, better printing of
errors with gomega/format.Object) but nothing that is critical right now.

"go mod tidy" was run manually in
staging/src/k8s.io/kms/internal/plugins/mock (https://github.com/kubernetes/kubernetes/pull/116613
not merged yet).
2023-03-14 22:26:27 +01:00
..
format dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
gcustom dependencies: update gomega to v1.26.0 2023-01-25 09:55:50 +01:00
gmeasure
gstruct
internal dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
matchers dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
types dependencies: update gomega to v1.26.0 2023-01-25 09:55:50 +01:00
.gitignore dependencies: update gomega to v1.26.0 2023-01-25 09:55:50 +01:00
CHANGELOG.md dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
CONTRIBUTING.md
gomega_dsl.go dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
LICENSE
matchers.go dependencies: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
README.md
RELEASING.md

Gomega: Ginkgo's Preferred Matcher Library

test

Jump straight to the docs to learn about Gomega, including a list of all available matchers.

If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.

Ginkgo: a BDD Testing Framework for Golang

Learn more about Ginkgo here

Community Matchers

A collection of community matchers is available on the wiki.

License

Gomega is MIT-Licensed

The ConsistOf matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.