Registry / testing / matryer-is

matryer-is

JSON →
library1.4.1gogounverified

Package is provides a lightweight extension to the standard library's testing capabilities.

go get github.com/matryer/is
INSTALL
IMPORT
SIG · MATRYER-IS
M
matryer-is
testinggov1.4.1
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/matryer/is

Use is for concise test assertions.

package main import ( "testing" "github.com/matryer/is" ) func TestSomething(t *testing.T) { is := is.New(t) got := 42 is.Equal(got, 42) // passes }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
matryer-is — go get matryer-is · libregistry