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

Function TestCreateTestConfigFile_EmptyContent

testutil/helpers_test.go:27–31  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

25}
26
27func TestCreateTestConfigFile_EmptyContent(t *testing.T) {
28 dir := t.TempDir()
29 path := CreateTestConfigFile(t, dir, "")
30 assert.FileExists(t, path)
31}
32
33func TestCreateTestKnownHosts(t *testing.T) {
34 dir := t.TempDir()

Callers

nothing calls this directly

Calls 1

CreateTestConfigFileFunction · 0.85

Tested by

no test coverage detected