This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
kyverno
Watch
1
Star
0
Fork
You've already forked kyverno
0
mirror of
https://github.com/kyverno/kyverno.git
synced
2025-03-09 17:37:12 +00:00
Code
Activity
d16e398d38
kyverno
/
pkg
/
testrunner
/
testrunner_test.go
8 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
rework the framework
2019-06-17 18:11:22 -07:00
package
testrunner
import
"testing"
refactor testrunner framework
2019-07-01 12:16:12 -07:00
func
TestCLI
(
t
*
testing
.
T
)
{
runner
(
t
,
"/test/scenarios/cli"
)
}
Copy permalink