spiegel_podman/vendor/github.com/onsi/gomega
Daniel J Walsh 49264c7148
vendor in containers/(common,buildah,storage,image)
Changes as of 2022-04-21:

- apply-podman-deltas: minor cleanup
- buildah-tests.diff: deal with:
  . buildah #3894 (the registry one), which affected helpers.bash in
    a way that resulted in conflicts here; and
  . buildah #3917 (etchosts), which caused offset-only diffs
    with no conflicts
- Reevaluate the bud skip list, and reenable some tests that
  seems to be passing now under podman:
  . bud with specified context ...
  . two tests that require a local registry (which buildah now runs)
  . bud with --cgroup-parent

Signed-off-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-04-26 08:49:38 -04:00
..
format Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 2021-05-06 08:07:07 +00:00
gbytes Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 2021-05-06 08:07:07 +00:00
gexec vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
gstruct Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
internal vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
matchers vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
types vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
.gitignore Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
CHANGELOG.md vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
CONTRIBUTING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
go.mod vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
go.sum vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
gomega_dsl.go vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
LICENSE Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
matchers.go vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
README.md Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 2021-07-08 12:23:01 +00:00
RELEASING.md vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
tools vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -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.

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.