Registry / testing / funny-utest

funny-utest

JSON →
library0.0.0-20161029064919-43870a374500gogounverified

A lightweight unit testing helper library for Go with assertions and test utilities.

go get github.com/funny/utest
INSTALL
IMPORT
SIG · FUNNY-UTEST
F
funny-utest
testinggov0.0.0-20161029064919-43870a374500
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.

utest
github.com/funny/utest

Use utest to assert equality in a test.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20161029064919-43870a374500latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
funny-utest — go get funny-utest · libregistry