Writing BDD Tests for Multi-git
Now, let's practice behavior-driven development (BDD) and testing in Go.
We'll cover the following...
In this lesson, you will learn how to use the Ginkgo and Gomega frameworks to write and run tests. Along the way, we will compare BDD-based testing with standard Go testing. We will also implement unit tests for multi-git.
Writing BDD tests for multi-git
There are several steps when writing Ginkgo tests for a package: ...