mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
|
package testrunner
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestExamples(t *testing.T) {
|
||
|
runner(t, "/test/scenarios")
|
||
|
}
|