GINKGO(1) | General Commands Manual | GINKGO(1) |
ginkgo - The ginkgo CLI compiler
Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests.
This page documents the ginkgo CLI, which offers a number of conveniences beyond what go test provides out of the box and its usage is recommended, but not necessary.
Any arguments after -- will be passed to the test. Run ginkgo help run for a description of all valid flags.
If the optional filenames argument is omitted, a file named after the package in the current directory will be created.
ginkgo was written by Onsi Fakhouri.
This man page was written by Martín Ferrari for the Debian project.
Aug 2023 | ginkgo |