dockertest icon indicating copy to clipboard operation
dockertest copied to clipboard

Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.

Results 72 dockertest issues
Sort by recently updated
recently updated
newest added
trafficstars

Can not download go pkg in china through default google proxy. There is a way change this config?

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 20.10.17+incompatible to 20.10.18+incompatible. Commits b40c2f6 Merge pull request #3773 from thaJeztah/20.10_backport_bump_golang_1.18.6 93eead4 Update to go 1.18.6 to address CVE-2022-27664, CVE-2022-32190 bd04f19 Merge pull request #3752 from thaJeztah/20.10_backport_completion...

dependencies

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...

stale

GitHub Action tests have been failing since [this run](https://github.com/ory/dockertest/actions/runs/5067231439). It's caused by dependency on `strings.Cut`, [which was added in 1.18](https://tip.golang.org/doc/go1.18) and appeared in dependency https://github.com/docker/cli some time between v20.10.17 and...

## Related Issue or Design Document ## Checklist - [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [ ] I have referenced an issue containing...

as of go1.15 `testing.M` returns the return code of `m.Run()`, so it is possible to use `defer` ## Related Issue or Design Document https://github.com/golang/go/issues/34129 ## Checklist - [x] I have...

## Related Issue or Design Document ## Checklist - [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [ ] I have referenced an issue containing...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...

bug

## Related Issue or Design Document This PR changes the default host on Unix to podman if docker is not available, but podman is. This makes tests work on more...