Registry / testing / customerio-gospec

customerio-gospec

JSON →
library0.0.0-20130710230057-a5cc0e48aa39gogounverified

A BDD-style testing framework for Go, providing a specification-based approach to writing tests.

go get github.com/customerio/gospec
INSTALL
IMPORT
SIG · CUSTOMERIO-GOSPEC
C
customerio-gospec
testinggov0.0.0-20130710230057-a5cc0e48aa39
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.

gospec
github.com/customerio/gospec

Define and run a simple BDD spec.

package main import ( "testing" . "github.com/customerio/gospec" ) func TestAllSpecs(t *testing.T) { r := NewRunner(t) r.AddSpec(func(c Context) { c.Specify("should pass", func() { c.Expect(1, Equals, 1) }) }) r.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130710230057-a5cc0e48aa39latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
customerio-gospec — go get customerio-gospec · libregistry