kubernetes/vendor/github.com/onsi/gomega
Patrick Ohly f3ef400431 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
Ginkgo v2.5.0 adds support for a "timeline": a full description of what happened
while a specific test ran, including failures, timeouts, and log output.

Ginkgo v2.6.0 adds ReportBeforeSuite which we need for
https://github.com/kubernetes/kubernetes/issues/114313.
2022-12-20 07:55:51 +01:00
..
format dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
gmeasure dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
gstruct Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00
internal dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
matchers dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
types dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
.gitignore dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
CHANGELOG.md dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
CONTRIBUTING.md update gomega godep 2019-02-19 13:22:45 -08:00
gomega_dsl.go dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
LICENSE
matchers.go dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
README.md Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00
RELEASING.md dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01:00
tools Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00

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.