mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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). |
||
---|---|---|
.. | ||
format | ||
gcustom | ||
gmeasure | ||
gstruct | ||
internal | ||
matchers | ||
types | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
gomega_dsl.go | ||
LICENSE | ||
matchers.go | ||
README.md | ||
RELEASING.md |
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.