tj / assert

testify/assert but as testify/require

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assert GoDoc

Assertion pkg for Go, copied from github.com/stretchr/testify's require package.

I find early errors more useful than the t.Errorf() calls, which often fall through to nil pointers causing panics etc.

About

testify/assert but as testify/require

License:MIT License


Languages

Language:Go 100.0%