prometheus-adapter/vendor/github.com/onsi/gomega
Solly Ross cc08a1fb41 Switch to ginkgo/gomega for tests
This switches over to ginkgo/gomega for tests, which makes writing
certain tests easier/more fluent in the future.
2018-10-03 11:05:43 -04:00
..
format Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
internal Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
matchers Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
types Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
.gitignore Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
.travis.yml Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
CHANGELOG.md Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
CONTRIBUTING.md Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
go.mod Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
go.sum Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
gomega_dsl.go Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
LICENSE Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
matchers.go Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
README.md Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04:00
RELEASING.md Switch to ginkgo/gomega for tests 2018-10-03 11:05:43 -04: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.