Registry / testing / poy-onpar

poy-onpar

JSON →
library0.3.5gogounverified

Onpar is a testing framework for Go that provides a more expressive and structured way to write tests.

go get github.com/poy/onpar
INSTALL
IMPORT
SIG · POY-ONPAR
P
poy-onpar
testinggov0.3.5
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.

onpar
github.com/poy/onpar

Write a simple test using onpar

package main import ( "testing" "github.com/poy/onpar" ) func TestExample(t *testing.T) { o := onpar.New(t) o.Spec("should pass", func() { o.Expect(1).To(onpar.Equal(1)) }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
poy-onpar — go get poy-onpar · libregistry