Registry / testing / smarty-assertions

smarty-assertions

JSON →
library1.16.0gogounverified

Package assertions provides implementations for all assertions referenced in goconvey's convey package and gunit for use with the So() method.

go get github.com/smarty/assertions
INSTALL
IMPORT
SIG · SMARTY-ASSERTIONS
S
smarty-assertions
testinggov1.16.0
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.

assertions
✓ github.com/smarty/assertions

Basic usage of assertions with ShouldEqual

package main import ( "testing" . "github.com/smarty/assertions" ) func TestSomething(t *testing.T) { So(1+1, ShouldEqual, 2) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
smarty-assertions — go get smarty-assertions · libregistry