/go-integration-test-example

Integration test example developed by Go

Primary LanguageGo

An example of a Go language integration test, inspired by the book Zero To Production in Rust

It includes the following situations

  • Endpoint calls rely on external API servers and SSH servers.

For this, we use Mock HTTP Server and Mock SSH Server to perform internal integration testing.

  • The Mock Servers start on random ports during testing to enable parallel testing