spiegel_podman/vendor/github.com/onsi/gomega
renovate[bot] 5c1bf97403
Update module github.com/onsi/gomega to v1.42.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-23 21:11:14 +00:00
..
format fix(deps): update module github.com/onsi/gomega to v1.41.0 2026-05-18 11:53:48 +00:00
gbytes fix(deps): update module github.com/onsi/gomega to v1.36.3 2025-03-21 22:27:21 +00:00
gexec fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.2 2025-08-28 18:34:59 +00:00
gstruct fix(deps): update module github.com/onsi/gomega to v1.38.0 2025-07-23 00:15:40 +00:00
internal fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.2 2025-08-28 18:34:59 +00:00
matchers fix(deps): update module github.com/onsi/gomega to v1.41.0 2026-05-18 11:53:48 +00:00
types fix(deps): update module github.com/onsi/gomega to v1.41.0 2026-05-18 11:53:48 +00:00
.gitignore fix(deps): update module github.com/onsi/gomega to v1.27.7 2023-05-18 17:25:53 +00:00
CHANGELOG.md Update module github.com/onsi/gomega to v1.42.1 2026-06-23 21:11:14 +00:00
CONTRIBUTING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
gomega_dsl.go Update module github.com/onsi/gomega to v1.42.1 2026-06-23 21:11:14 +00:00
LICENSE Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
matchers.go fix(deps): update module github.com/onsi/gomega to v1.41.0 2026-05-18 11:53:48 +00:00
README.md Update module github.com/onsi/gomega to v1.42.0 2026-06-14 20:48:59 +00:00
RELEASING.md Update vendor of containers/(image, storage, common) 2022-11-04 08:58:12 -04: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.

Using Gomega with Claude Code

Gomega ships a set of Claude Code skills as a plugin, so an agent writing assertions in your suite has Gomega's idioms — the full matcher catalog, Eventually/Consistently, and the gstruct/ghttp/gexec/gbytes/gleak/gmeasure sub-libraries — on hand. The Gomega repo doubles as the plugin marketplace, so installation is two commands. From inside Claude Code:

/plugin marketplace add onsi/gomega
/plugin install gomega@gomega

(or non-interactively: claude plugin marketplace add onsi/gomega then claude plugin install gomega@gomega)

This installs a family of gomega:* skills that activate automatically while you write tests. See the docs for the full list.

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.