MCPcopy Index your code
hub / github.com/coder/coder / TestTemplatePull_NoName

Function TestTemplatePull_NoName

cli/templatepull_test.go:47–53  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45}
46
47func TestTemplatePull_NoName(t *testing.T) {
48 t.Parallel()
49
50 inv, _ := clitest.New(t, "templates", "pull")
51 err := inv.Run()
52 require.Error(t, err)
53}
54
55// Stdout tests that 'templates pull' pulls down the active template
56// and writes it to stdout.

Callers

nothing calls this directly

Calls 3

NewFunction · 0.92
RunMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected