ory / dockertest

Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=dockertest
Apache License 2.0
4.15k stars 243 forks source link

chore: remove direct dependency on gotest.tools/v3 #504

Closed alexandear closed 4 months ago

alexandear commented 4 months ago

Related Issue or Design Document

The PR replaces usages of gotest.tools/v3 with github.com/stretchr/testify because the latter is mainly used in the repo tests.

Checklist

Further comments

This refactoring removes gotest.tools/v3 from direct dependencies, which can be seen in the go.mod.