shad-go/testifycheck/testifycheck_test.go

13 lines
212 B
Go
Raw Normal View History

2021-04-26 08:16:52 +00:00
package testifycheck
import (
"testing"
"golang.org/x/tools/go/analysis/analysistest"
)
func Test(t *testing.T) {
testdata := analysistest.TestData()
analysistest.Run(t, testdata, Analyzer, "tests/...")
}