mirror of
https://github.com/containers/podman.git
synced 2025-12-04 12:17:34 +08:00
* Make sure that all vendored dependencies are in sync with the code and the vendor.conf by running `make vendor` with a follow-up status check of the git tree. * Vendor ginkgo and gomega to include the test dependencies. Signed-off-by: Chris Evic <cevich@redhat.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
22 lines
941 B
Markdown
22 lines
941 B
Markdown

|
|
|
|
[](https://travis-ci.org/onsi/gomega)
|
|
|
|
Jump straight to the [docs](http://onsi.github.io/gomega/) to learn about Gomega, including a list of [all available matchers](http://onsi.github.io/gomega/#provided-matchers).
|
|
|
|
If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
|
|
|
|
## [Ginkgo](http://github.com/onsi/ginkgo): a BDD Testing Framework for Golang
|
|
|
|
Learn more about Ginkgo [here](http://onsi.github.io/ginkgo/)
|
|
|
|
## Community Matchers
|
|
|
|
A collection of community matchers is available on the [wiki](https://github.com/onsi/gomega/wiki).
|
|
|
|
## License
|
|
|
|
Gomega is MIT-Licensed
|
|
|
|
The `ConsistOf` matcher uses [goraph](https://github.com/amitkgupta/goraph) which is embedded in the source to simplify distribution. goraph has an MIT license.
|