MCPcopy Index your code
hub / github.com/puma/puma-dev / TestCommand_link_invalidDirectory

Function TestCommand_link_invalidDirectory

cmd/puma-dev/command_test.go:64–70  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

62}
63
64func TestCommand_link_invalidDirectory(t *testing.T) {
65 StubCommandLineArgs("link", "/this/path/does/not/exist")
66
67 err := command()
68
69 assert.Equal(t, "invalid directory: /this/path/does/not/exist", err.Error())
70}
71
72func TestCommand_link_reassignExistingApp(t *testing.T) {
73 appAlias := "apptastic"

Callers

nothing calls this directly

Calls 2

StubCommandLineArgsFunction · 0.85
commandFunction · 0.85

Tested by

no test coverage detected