Registry / testing / ory-am-dockertest-v2

ory-am-dockertest-v2

JSON →
library2.2.3gogounverified

Dockertest provides helper functions for setting up and tearing down Docker containers for testing, supporting MySQL, PostgreSQL, and MongoDB.

go get gopkg.in/ory-am/dockertest.v2
INSTALL
IMPORT
SIG · ORY-AM-DOCKERTEST-
O
ory-am-dockertest-v2
testinggov2.2.3
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
gopkg.in/ory-am/dockertest.v2

Create a new Docker test pool

package main import "gopkg.in/ory-am/dockertest.v2" func main() { pool, err := dockertest.NewPool("") if err != nil { panic(err) } _ = pool }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
ory-am-dockertest-v2 — go get ory-am-dockertest-v2 · libregistry