mchirico / zDaily

Playground to hack and test ideas with Zoe
1 stars 2 forks source link

Day 80: Go testing with Ginkgo #88

Open mchirico opened 3 years ago

mchirico commented 3 years ago

Day 80 Video

image

go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...

Reference

https://semaphoreci.com/community/tutorials/getting-started-with-bdd-in-go-using-ginkgo https://onsi.github.io/ginkgo/#individual-specs-it

tacomonkautobot[bot] commented 3 years ago

mchirico, Thanks for opening this issue!