Registry / testing / frankban-quicktest

frankban-quicktest

JSON →
library1.14.6gogounverified

Package quicktest provides a collection of Go helpers for writing tests.

go get github.com/frankban/quicktest
INSTALL
IMPORT
SIG · FRANKBAN-QUICKTEST
F
frankban-quicktest
testinggov1.14.6
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.

quicktest
github.com/frankban/quicktest

Use quicktest to assert equality in a test.

package main import ( "testing" qt "github.com/frankban/quicktest" ) func TestSomething(t *testing.T) { c := qt.New(t) c.Assert(42, qt.Equals, 42) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
frankban-quicktest — go get frankban-quicktest · libregistry