package tests import ( "testing" "github.com/stretchr/testify/require" ) func TestBasic(t *testing.T) { assert := require.New(t) assert.Equal(100, 100) }