Registry / testing / akyoto-assert

akyoto-assert

JSON →
library0.2.4gogounverified

A simple assertion library for Go testing.

go get github.com/akyoto/assert
INSTALL
IMPORT
SIG · AKYOTO-ASSERT
A
akyoto-assert
testinggov0.2.4
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/akyoto/assert

Asserts equality in a test using assert.Equal.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
32
Amazon
1
OpenAI (training)
1
Resources
akyoto-assert — go get akyoto-assert · libregistry