Registry / testing / golangplus-testing

golangplus-testing

JSON →
library1.0.0gogounverified

Package testingp provides additional testing utilities complementing the standard testing package.

go get github.com/golangplus/testing
INSTALL
IMPORT
SIG · GOLANGPLUS-TESTING
G
golangplus-testing
testinggov1.0.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.

testingp
github.com/golangplus/testing

Use testingp.Equal to compare values in a test.

package main import ( "testing" "github.com/golangplus/testing" ) func TestExample(t *testing.T) { testingp.Equal(t, "expected", "actual") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golangplus-testing — go get golangplus-testing · libregistry