Registry / testing / issue9-assert-v3

issue9-assert-v3

JSON →
library3.1.0gogounverified

Package assert provides simple testing helpers for Go's testing package, with Chinese documentation.

go get github.com/issue9/assert/v3
INSTALL
IMPORT
SIG · ISSUE9-ASSERT-V3
I
issue9-assert-v3
testinggov3.1.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.

assert
github.com/issue9/assert/v3

Use assert in a test function

package main import ( "testing" "github.com/issue9/assert/v3" ) func TestSomething(t *testing.T) { a := assert.New(t) a.Equal(1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
issue9-assert-v3 — go get issue9-assert-v3 · libregistry