Registry / testing / zeebo-assert

zeebo-assert

JSON →
library1.3.1gogounverified

A minimal assertion library for Go testing, providing simple and readable test assertions.

go get github.com/zeebo/assert
INSTALL
IMPORT
SIG · ZEEBO-ASSERT
Z
zeebo-assert
testinggov1.3.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.

assert
github.com/zeebo/assert

Asserts that two values are equal in a test.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Resources
zeebo-assert — go get zeebo-assert · libregistry