Registry / testing / maruel-ut

maruel-ut

JSON →
library1.0.2gogounverified

Package ut provides testing utilities to shorten unit tests.

go get github.com/maruel/ut
INSTALL
IMPORT
SIG · MARUEL-UT
M
maruel-ut
testinggov1.0.2
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.

ut
github.com/maruel/ut

Use ut.AssertEqual for concise test assertions.

package main import ( "testing" "github.com/maruel/ut" ) func TestExample(t *testing.T) { ut.AssertEqual(t, 1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
maruel-ut — go get maruel-ut · libregistry