Registry / testing / andygeiss-assert

andygeiss-assert

JSON →
library0.0.11gogounverified

Package assert provides simple assertion functions for testing in Go.

go get github.com/andygeiss/assert
INSTALL
IMPORT
SIG · ANDYGEISS-ASSERT
A
andygeiss-assert
testinggov0.0.11
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/andygeiss/assert

Use assert.Equal to check equality in a test.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
andygeiss-assert — go get andygeiss-assert · libregistry