MCPcopy Create free account
hub / github.com/clouditor/clouditor / TestNewCloudCommand

Function TestNewCloudCommand

cli/commands/cloud/cloud_test.go:59–64  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

57}
58
59func TestNewCloudCommand(t *testing.T) {
60 cmd := NewCloudCommand()
61
62 assert.NotNil(t, cmd)
63 assert.True(t, cmd.HasSubCommands())
64}
65
66func TestRegisterCertificationTargetCommand(t *testing.T) {
67 var (

Callers

nothing calls this directly

Calls 2

NotNilFunction · 0.92
NewCloudCommandFunction · 0.85

Tested by

no test coverage detected