Integration Testing in Go: Part II - Set-up and Writing Tests
Prelude This post is the 2nd installment of a 2 part series about integration testing. You can read the first installment, which is about executing tests in a restricted environment using Docker. The example repository…