Registry / testing / maxatome-go-testdeep

maxatome-go-testdeep

JSON →
library1.15.0gogounverified

Extremely flexible deep comparison for Go testing.

go get github.com/maxatome/go-testdeep
INSTALL
IMPORT
SIG · MAXATOME-GO-TESTDE
M
maxatome-go-testdeep
testinggov1.15.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.

testdeep
github.com/maxatome/go-testdeep

Compare slices deeply.

package main import "github.com/maxatome/go-testdeep" func main() { t := &testing.T{} testdeep.CmpDeeply(t, []int{1, 2, 3}, []int{1, 2, 3}) }
Debug
Known issues
breakingThe testdeep package is deprecated in favor of td.
fix
Use github.com/maxatome/go-testdeep/td instead.
affects: >=1.15.0
Upgrade
Version history
1.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
maxatome-go-testdeep — go get maxatome-go-testdeep · libregistry