1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/testrunner/testrunner_test.go
2019-07-29 19:30:12 -07:00

7 lines
103 B
Go

package testrunner
import "testing"
func TestCLI(t *testing.T) {
runner(t, "/test/scenarios/cli")
}