Registry / testing / powerman-check

powerman-check

JSON →
library1.9.1gogounverified

Package check provides helpers to complement Go testing package, similar to testify/assert with enhanced features.

go get github.com/powerman/check
INSTALL
IMPORT
SIG · POWERMAN-CHECK
P
powerman-check
testinggov1.9.1
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.

check
github.com/powerman/check

Wraps *testing.T and uses check.Equal to assert equality.

package main import ( "testing" "github.com/powerman/check" ) func TestExample(t *testing.T) { c := check.T(t) c.Equal(1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
powerman-check — go get powerman-check · libregistry