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

Function TestFormatRemotePath_EmptyPath

pkg/control/path_test.go:157–160  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

155}
156
157func TestFormatRemotePath_EmptyPath(t *testing.T) {
158 result := formatRemotePath("host", "")
159 assert.Equal(t, "host:", result)
160}
161
162// Table-driven test for parseRemotePath
163func TestParseRemotePath_Table(t *testing.T) {

Callers

nothing calls this directly

Calls 1

formatRemotePathFunction · 0.85

Tested by

no test coverage detected