https://github.com/golangid/testada-example
https://github.com/golangid/testada-example
examples go golang integration-testing mysql redis testing
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golangid/testada-example
- Owner: golangid
- License: mit
- Created: 2019-01-15T16:26:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T16:49:07.000Z (over 7 years ago)
- Last Synced: 2024-06-20T08:09:03.459Z (almost 2 years ago)
- Topics: examples, go, golang, integration-testing, mysql, redis, testing
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/golangid/testada) package.
## How To Run The Test
Prerequisite:
- Docker (docker-compose)
- go 1.11+
- Unix environment
Locally:
```shell
$ make integration-test
# Will run the integration testing of this projects. Wait until finished.
$ make clear
# After finished, clear all the testing dependencies
```