Files
Gogs/internal/testutil/testutil_test.go

12 lines
138 B
Go
Raw Permalink Normal View History

package testutil
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInTest(t *testing.T) {
assert.True(t, InTest)
}