MCPcopy Index your code
hub / github.com/devspace-sh/devspace / DevSpaceDescribe

Function DevSpaceDescribe

e2e/tests/proxycommands/framework.go:6–8  ·  view source on GitHub ↗

DevSpaceDescribe annotates the test with the label.

(text string, body func())

Source from the content-addressed store, hash-verified

4
5// DevSpaceDescribe annotates the test with the label.
6func DevSpaceDescribe(text string, body func()) bool {
7 return ginkgo.Describe("[proxycommands] "+text, body)
8}

Callers 1

proxycommands.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected