Registry / testing / go-testfixtures-testfixtures-v3

go-testfixtures-testfixtures-v3

JSON →
library3.19.0gogounverified

A helper for loading test fixtures into a database for Go tests.

go get github.com/go-testfixtures/testfixtures/v3
INSTALL
IMPORT
SIG · GO-TESTFIXTURES-TE
G
go-testfixtures-testfixtures-v3
testinggov3.19.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.

testfixtures
github.com/go-testfixtures/testfixtures/v3

Placeholder; actual usage is within test files.

package main import ( "fmt" "github.com/go-testfixtures/testfixtures/v3" ) func main() { fmt.Println("See documentation for usage in tests") }
Debug
Known issues
gotchaThe v3 module path includes /v3, ensure your go.mod uses the correct major version.
fix
Use `require github.com/go-testfixtures/testfixtures/v3 v3.19.0` in go.mod.
affects: >=3.0.0
Upgrade
Version history
3.19.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-testfixtures-testfixtures-v3 — go get go-testfixtures-testfixtures-v3 · libregistry