MCPcopy Create free account
hub / github.com/driangle/taskmd / TestResolveScanDir_NoArgs

Function TestResolveScanDir_NoArgs

apps/cli/internal/cli/dir_flag_test.go:11–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestResolveScanDir_NoArgs(t *testing.T) {
12 taskDir = "."
13 got := ResolveScanDir([]string{})
14 if got != "." {
15 t.Errorf("ResolveScanDir([]) = %q, want %q", got, ".")
16 }
17}
18
19func TestResolveScanDir_WithPositionalArg(t *testing.T) {
20 taskDir = "."

Callers

nothing calls this directly

Calls 1

ResolveScanDirFunction · 0.85

Tested by

no test coverage detected