Skip to content

levin-kitty/go-integration-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Integration test example developed by Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages