Registry / testing / karlseguin-expect

karlseguin-expect

JSON →
library1.0.8gogounverified

Expect is a Go testing library providing expressive assertions.

go get github.com/karlseguin/expect
INSTALL
IMPORT
SIG · KARLSEGUIN-EXPECT
K
karlseguin-expect
testinggov1.0.8
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.

expect
github.com/karlseguin/expect

Use expect to assert equality in a test.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
karlseguin-expect — go get karlseguin-expect · libregistry