Registry / testing / essentialkaos-check

essentialkaos-check

JSON →
library1.4.1gogounverified

A rich testing extension for Go's testing package, providing additional assertions and utilities.

go get github.com/essentialkaos/check
INSTALL
IMPORT
SIG · ESSENTIALKAOS-CHEC
E
essentialkaos-check
testinggov1.4.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/essentialkaos/check

Use check to assert equality in a test.

package main import ( "testing" "github.com/essentialkaos/check" ) func TestExample(t *testing.T) { c := check.NewT(t) c.Assert(1+1, check.Equals, 2) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
essentialkaos-check — go get essentialkaos-check · libregistry