MCPcopy Create free account
hub / github.com/Driver-C/tryssh / TestNewCachesCommand_NoArgsConstraint

Function TestNewCachesCommand_NoArgsConstraint

cmd/create/create_test.go:355–360  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

353}
354
355func TestNewCachesCommand_NoArgsConstraint(t *testing.T) {
356 cmd := NewCachesCommand()
357 // caches command doesn't have an explicit Args validator
358 // (it reads everything from flags)
359 assert.Nil(t, cmd.Args)
360}
361
362
363func TestNewPasswordsCommand_RunReadPasswordFails(t *testing.T) {

Callers

nothing calls this directly

Calls 1

NewCachesCommandFunction · 0.70

Tested by

no test coverage detected