https://github.com/piotrkowalczuk/testingdock
Integration test framework based on docker.
https://github.com/piotrkowalczuk/testingdock
docker golang integration-testing testing
Last synced: 29 days ago
JSON representation
Integration test framework based on docker.
- Host: GitHub
- URL: https://github.com/piotrkowalczuk/testingdock
- Owner: piotrkowalczuk
- License: mit
- Created: 2017-04-09T09:10:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T18:37:12.000Z (over 6 years ago)
- Last Synced: 2025-07-13T13:41:11.444Z (11 months ago)
- Topics: docker, golang, integration-testing, testing
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# testingdock [](http://godoc.org/github.com/piotrkowalczuk/testingdock) [](https://travis-ci.org/piotrkowalczuk/testingdock) [](https://codecov.io/github/piotrkowalczuk/testingdock?branch=master) [](https://codeclimate.com/github/piotrkowalczuk/testingdock) [](https://goreportcard.com/report/github.com/piotrkowalczuk/testingdock)
Simple helper library for integration testing with docker in a programmatical way.
## Example
See the [Container test suite](./container_test.go).
## Notes
This library will create networks and containers under the label `owner=testingdock`.
Containers and networks with this label will be considered to have been started by this library
and may be subject to aggressive manipulation and cleanup.