1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/pkg/testrunner/testrunner_test.go
2019-06-17 18:11:22 -07:00

7 lines
104 B
Go

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