Registry / testing / hooklift-assert

hooklift-assert

JSON →
library0.1.0gogounverified

Package assert provides testing assertion helpers for Go tests.

go get github.com/hooklift/assert
INSTALL
IMPORT
SIG · HOOKLIFT-ASSERT
H
hooklift-assert
testinggov0.1.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.

assert
github.com/hooklift/assert

Asserts equality in a test.

package main import ( "testing" "github.com/hooklift/assert" ) func TestSomething(t *testing.T) { assert.Equal(t, 1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hooklift-assert — go get hooklift-assert · libregistry