MCPcopy Create free account
hub / github.com/docker/cli / TestPrettyPrint

Function TestPrettyPrint

cli/command/service/inspect_test.go:154–157  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

152}
153
154func TestPrettyPrint(t *testing.T) {
155 s := formatServiceInspect(t, newFormat("pretty"), time.Now())
156 golden.Assert(t, s, "service-inspect-pretty.golden")
157}
158
159func TestPrettyPrintWithNoUpdateConfig(t *testing.T) {
160 s := formatServiceInspect(t, newFormat("pretty"), time.Now())

Callers

nothing calls this directly

Calls 2

formatServiceInspectFunction · 0.85
newFormatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…