Registry / testing / smallstep-assert

smallstep-assert

JSON →
library0.0.0-20200723003110-82e2b9b3b262gogounverified

Provides testing assertion helpers for Go, simplifying test case validation.

go get github.com/smallstep/assert
INSTALL
IMPORT
SIG · SMALLSTEP-ASSERT
S
smallstep-assert
testinggov0.0.0-20200723003110-82e2b9b3b262
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/smallstep/assert

Uses assert.Equals to check equality in a test.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20200723003110-82e2b9b3b262latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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