MCPcopy Create free account
hub / github.com/exercism/cli / TestDefaultWindowsWorkspaceDir

Function TestDefaultWindowsWorkspaceDir

config/config_windows_test.go:11–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestDefaultWindowsWorkspaceDir(t *testing.T) {
12 cfg := Config{OS: "windows", Home: "C:\\Something", DefaultDirName: "basename"}
13 assert.Equal(t, "C:\\Something\\Basename", DefaultWorkspaceDir(cfg))
14}

Callers

nothing calls this directly

Calls 1

DefaultWorkspaceDirFunction · 0.85

Tested by

no test coverage detected