Registry / testing / onsi-ginkgo-v2

onsi-ginkgo-v2

JSON →
library2.30.0gogounverified

Ginkgo is a testing framework for Go designed to help you write expressive tests.

go get github.com/onsi/ginkgo/v2
INSTALL
IMPORT
SIG · ONSI-GINKGO-V2
O
onsi-ginkgo-v2
testinggov2.30.0
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/onsi/ginkgo/v2

Minimal Ginkgo test suite setup

package main import ( "testing" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) func TestBook(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "Book Suite") } var _ = Describe("Book", func() { It("can be loaded", func() { Expect(book.Load()).To(Succeed()) }) })
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
onsi-ginkgo-v2 — go get onsi-ginkgo-v2 · libregistry