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

Function captureSetOutput

apps/cli/internal/cli/set_test.go:138–141  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

136}
137
138func captureSetOutput(t *testing.T) (string, error) {
139 t.Helper()
140 return captureSetOutputWithArgs(t, nil)
141}
142
143func captureSetOutputWithArgs(t *testing.T, args []string) (string, error) {
144 t.Helper()

Callers 15

TestSet_StatusFunction · 0.85
TestSet_PriorityFunction · 0.85
TestSet_EffortFunction · 0.85
TestSet_OwnerFunction · 0.85
TestSet_DoneFlagFunction · 0.85
TestSet_MultipleFieldsFunction · 0.85
TestSet_AllValidStatusesFunction · 0.85
TestSet_CancelledStatusFunction · 0.85
TestSet_AllValidEffortsFunction · 0.85
TestSet_InvalidStatusFunction · 0.85

Calls 1

captureSetOutputWithArgsFunction · 0.85

Tested by

no test coverage detected