Registry / testing / smartystreets-goconvey

smartystreets-goconvey

JSON →
library1.8.1gogounverified

This executable provides an HTTP server that watches for file system changes to .go files within the working directory (and all nested go packages).

go get github.com/smartystreets/goconvey
INSTALL
IMPORT
SIG · SMARTYSTREETS-GOCO
S
smartystreets-goconvey
testinggov1.8.1
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.

convey
github.com/smartystreets/goconvey/convey

Write a test using GoConvey's BDD-style assertions

package main import ( "testing" . "github.com/smartystreets/goconvey/convey" ) func TestSomething(t *testing.T) { Convey("Given a scenario", t, func() { So(1+1, ShouldEqual, 2) }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
smartystreets-goconvey — go get smartystreets-goconvey · libregistry