Registry / testing / cheekybits-is

cheekybits-is

JSON →
library0.0.0-20150225183255-68e9c0620927gogounverified

A mini testing helper for concise assertions in Go tests.

go get github.com/cheekybits/is
INSTALL
IMPORT
SIG · CHEEKYBITS-IS
C
cheekybits-is
testinggov0.0.0-20150225183255-68e9c0620927
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.

is
github.com/cheekybits/is

Simple equality assertion using is.

package main import ( "testing" "github.com/cheekybits/is" ) func TestExample(t *testing.T) { is := is.New(t) is.Equal(1+1, 2) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150225183255-68e9c0620927latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
cheekybits-is — go get cheekybits-is · libregistry