Registry / testing / manveru-gobdd

manveru-gobdd

JSON →
library0.0.0-20131210092515-f1a17fdd710bgogounverified

A behavior-driven development (BDD) framework for Go, inspired by RSpec.

go get github.com/manveru/gobdd
INSTALL
IMPORT
SIG · MANVERU-GOBDD
M
manveru-gobdd
testinggov0.0.0-20131210092515-f1a17fdd710b
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.

gobdd
github.com/manveru/gobdd

Defines a simple BDD test.

package main import ( "fmt" "github.com/manveru/gobdd" ) func main() { gobdd.Describe("example", func() { gobdd.It("should work", func() { fmt.Println("ok") }) }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131210092515-f1a17fdd710blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
manveru-gobdd — go get manveru-gobdd · libregistry