July 2019
Intermediate to advanced
502 pages
14h
English
Ginkgo (https://github.com/onsi/ginkgo) is a behavior-driven development (BDD) testing framework. It still uses the testing package under the covers, but allows you to write tests using a much nicer syntax. It also pairs well with Gomega (https://github.com/onsi/gomega), which is an excellent assertions library. Here is what you get with Ginkgo and Gomega:
Let's see how Delinkcious uses Ginkgo and Gomega for its unit tests.