Skip to content

rms1000watt/golang-integration-test

Repository files navigation

Golang Integration Test

Introduction

Here is an example for how to run Integration tests with Golang

Contents

Dependencies

  • Docker
  • Docker Compose
# Install psql, golang
brew install postgres go

Build

./build.sh

Test

Run tests in test dir:

./test.sh

This will run tests via curl and go test ./test

About

Golang Example for Integration Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published