Registry / testing / ory-dockertest-v3

ory-dockertest-v3

JSON →
library3.12.0gogounverified

Dockertest provides Docker-based integration tests for Go applications by spinning up containers.

go get github.com/ory/dockertest/v3
INSTALL
IMPORT
SIG · ORY-DOCKERTEST-V3
O
ory-dockertest-v3
testinggov3.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dockertest
github.com/ory/dockertest/v3

Creates a new Docker pool for managing test containers.

package main import ( "fmt" "github.com/ory/dockertest/v3" ) func main() { pool, err := dockertest.NewPool("") if err != nil { panic(err) } fmt.Println(pool) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ory-dockertest-v3 — go get ory-dockertest-v3 · libregistry