Registry / testing / adjust-gocheck

adjust-gocheck

JSON →
library0.0.0-20131111155431-fbc315b36e0egogounverified

A testing framework for Go that provides a rich set of assertions and test helpers.

go get github.com/adjust/gocheck
INSTALL
IMPORT
SIG · ADJUST-GOCHECK
A
adjust-gocheck
testinggov0.0.0-20131111155431-fbc315b36e0e
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.

gocheck
github.com/adjust/gocheck

Basic test suite using gocheck

package main import ( "testing" gc "github.com/adjust/gocheck" ) func Test(t *testing.T) { gc.TestingT(t) } var _ = gc.Suite(&MySuite{}) type MySuite struct{} func (s *MySuite) TestExample(c *gc.C) { c.Assert(42, gc.Equals, 42) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131111155431-fbc315b36e0elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
OpenAI (training)
1
Resources
adjust-gocheck — go get adjust-gocheck · libregistry