ginkgo
BDD Testing Framework for Go
Install
- All systems
-
curl cmd.cat/ginkgo.sh
- Debian
-
apt-get install golang-ginkgo-dev - Ubuntu
-
apt-get install golang-ginkgo-dev - Kali Linux
-
apt-get install golang-ginkgo-dev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install golang-ginkgo-dev - Raspbian
-
apt-get install golang-ginkgo-dev
golang-ginkgo-dev
BDD Testing Framework for Go
Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic.