franela / goblin

Minimal and Beautiful Go testing framework
MIT License
884 stars 79 forks source link

adds failNow to allow using testify/require #90

Closed schmurfy closed 4 years ago

schmurfy commented 4 years ago

This allows using testity requires:

require.True(g, someVariable)