Registry / testing / bsm-ginkgo

bsm-ginkgo

JSON →
library1.16.5gogounverified

A BDD-style testing framework for Go, forked from onsi/ginkgo.

go get github.com/bsm/ginkgo
INSTALL
IMPORT
SIG · BSM-GINKGO
B
bsm-ginkgo
testinggov1.16.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.

ginkgo
github.com/bsm/ginkgo

Write a BDD test using Ginkgo and Gomega.

package main import ( "github.com/bsm/ginkgo" "github.com/bsm/gomega" ) var _ = ginkgo.Describe("Example", func() { ginkgo.It("should work", func() { gomega.Expect(true).To(gomega.BeTrue()) }) })
Debug
Known issues
gotchaThis is a fork; API may differ from onsi/ginkgo.
fix
Use onsi/ginkgo for the official version.
affects: all
Upgrade
Version history
1.16.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
bsm-ginkgo — go get bsm-ginkgo · libregistry