Skip to content

golangid/testada-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testada-example

This repository is just an example how to do integration testing in Golang with a real Database. An example usage from github.com/golangid/testada package.

How To Run The Test

Prerequisite:

  • Docker (docker-compose)
  • go 1.11+
  • Unix environment

Locally:

$ make integration-test
# Will run the integration testing of this projects. Wait until finished.

$ make clear
# After finished, clear all the testing dependencies