k3s/vendor/github.com/onsi/gomega
Derek Nola 21c8a33647
Introduction of Integration Tests (#3695)
* Commit of new etcd snapshot integration tests.
* Updated integration github action to not run on doc changes.
* Update Drone runner to only run unit tests

Signed-off-by: dereknola <derek.nola@suse.com>
2021-07-26 09:59:33 -07:00
..
format Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
internal Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
matchers Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
types Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
.gitignore Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
.travis.yml Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
CHANGELOG.md Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
CONTRIBUTING.md Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
docker-compose.yaml Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
Dockerfile Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
go.mod Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
go.sum Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
gomega_dsl.go Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
LICENSE Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
Makefile Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
matchers.go Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
README.md Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07:00
RELEASING.md Introduction of Integration Tests (#3695) 2021-07-26 09:59:33 -07: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.