MCPcopy
hub / github.com/loft-sh/devpod / DevPodDescribe

Function DevPodDescribe

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

DevPodDescribe annotates the test with the label.

(text string, body func())

Source from the content-addressed store, hash-verified

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

Callers 1

context.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected