Registry / testing / smartystreets-gunit

smartystreets-gunit

JSON →
library1.6.0gogounverified

Package gunit provides testing package hooks and convenience functions for writing tests in an xUnit style.

go get github.com/smartystreets/gunit
INSTALL
IMPORT
SIG · SMARTYSTREETS-GUNI
S
smartystreets-gunit
testinggov1.6.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.

gunit
github.com/smartystreets/gunit

Minimal xUnit-style test suite using gunit

package main import ( "testing" "github.com/smartystreets/gunit" ) type MySuite struct { *gunit.Fixture } func (s *MySuite) Setup() { // setup code } func TestMySuite(t *testing.T) { gunit.Run(new(MySuite), t) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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