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

Function TestHandlersOK

cli/root_test.go:295–303  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

293}
294
295func TestHandlersOK(t *testing.T) {
296 t.Parallel()
297
298 var root cli.RootCmd
299 cmd, err := root.Command(root.CoreSubcommands())
300 require.NoError(t, err)
301
302 clitest.HandlersOK(t, cmd)
303}
304
305func TestCreateAgentClient_Token(t *testing.T) {
306 t.Parallel()

Callers

nothing calls this directly

Calls 3

CommandMethod · 0.95
CoreSubcommandsMethod · 0.95
HandlersOKFunction · 0.92

Tested by

no test coverage detected