Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrkowalczuk/testingdock
Integration test framework based on docker.
https://github.com/piotrkowalczuk/testingdock
docker golang integration-testing testing
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T18:37:12.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T10:13:03.695Z (3 months ago)
- Topics: docker, golang, integration-testing, testing
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# testingdock [![GoDoc](https://godoc.org/github.com/piotrkowalczuk/testingdock?status.svg)](http://godoc.org/github.com/piotrkowalczuk/testingdock) [![Build Status](https://travis-ci.org/piotrkowalczuk/testingdock.svg?branch=master)](https://travis-ci.org/piotrkowalczuk/testingdock) [![codecov.io](https://codecov.io/github/piotrkowalczuk/testingdock/coverage.svg?branch=master)](https://codecov.io/github/piotrkowalczuk/testingdock?branch=master) [![Code Climate](https://codeclimate.com/github/piotrkowalczuk/testingdock/badges/gpa.svg)](https://codeclimate.com/github/piotrkowalczuk/testingdock) [![Go Report Card](https://goreportcard.com/badge/github.com/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.