Registry / testing / c2fo-testify

c2fo-testify

JSON →
library0.0.0-20150827203832-fba96363964agogounverified

Package testify provides assertion, mocking, and suite tools for Go testing.

go get github.com/c2fo/testify
INSTALL
IMPORT
SIG · C2FO-TESTIFY
C
c2fo-testify
testinggov0.0.0-20150827203832-fba96363964a
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.

testify
github.com/c2fo/testify

Use assert.Equal in a test

package main import ( "testing" "github.com/c2fo/testify/assert" ) func TestSomething(t *testing.T) { assert.Equal(t, 1, 1, "they should be equal") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150827203832-fba96363964alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
c2fo-testify — go get c2fo-testify · libregistry