github.com/pingcap/tiup@v1.15.1/components/cluster/command/root_test.go (about) 1 package command 2 3 import ( 4 "testing" 5 6 "github.com/pingcap/check" 7 ) 8 9 func Test(t *testing.T) { 10 check.TestingT(t) 11 }