spiegel_podman/vendor/github.com/onsi/gomega
Valentin Rothberg 2388222e98 update dependencies
Ran a `go get -u` and bumped K8s deps to 1.15.0.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 21:29:31 +02:00
..
format migrate to go-modules 2019-06-24 13:20:59 +02:00
gbytes migrate to go-modules 2019-06-24 13:20:59 +02:00
gexec migrate to go-modules 2019-06-24 13:20:59 +02:00
internal migrate to go-modules 2019-06-24 13:20:59 +02:00
matchers update dependencies 2019-06-24 21:29:31 +02:00
types Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
.gitignore Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
.travis.yml update dependencies 2019-06-24 21:29:31 +02:00
CHANGELOG.md update dependencies 2019-06-24 21:29:31 +02:00
CONTRIBUTING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
go.mod Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
go.sum Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
gomega_dsl.go update dependencies 2019-06-24 21:29:31 +02:00
LICENSE Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
Makefile update dependencies 2019-06-24 21:29:31 +02:00
matchers.go Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
README.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
RELEASING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00

Gomega: Ginkgo's Preferred Matcher Library

Build Status

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.