Registry / testing / v3
library3.5.2gogounverified

Package gotesttools is a collection of packages to augment testing and support common patterns.

go get gotest.tools/v3
INSTALL
IMPORT
SIG · V3
V
v3
testinggov3.5.2
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.

assert
gotest.tools/v3/assert

Uses assert.Equal to check equality in a test.

package main import ( "testing" "gotest.tools/v3/assert" ) func TestSomething(t *testing.T) { assert.Equal(t, 1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
v3 — go get v3 · libregistry