Registry / testing / tj-assert

tj-assert

JSON →
library0.0.3gogounverified

A testing assertion library that stops test execution on failure, similar to testify's require package.

go get github.com/tj/assert
INSTALL
IMPORT
SIG · TJ-ASSERT
T
tj-assert
testinggov0.0.3
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
github.com/tj/assert

Basic usage of assert.Equal in a test.

package main import ( "testing" "github.com/tj/assert" ) func TestSomething(t *testing.T) { assert.Equal(t, 1, 1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
tj-assert — go get tj-assert · libregistry