MCPcopy Create free account
hub / github.com/zalando/skipper / testScript

Function testScript

script/script_test.go:28–30  ·  view source on GitHub ↗
(script string)

Source from the content-addressed store, hash-verified

26}
27
28func testScript(script string) *testContext {
29 return &testContext{script: script}
30}
31
32func TestScript(t *testing.T) {
33 for _, test := range []struct {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…