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

Function captureVerifyOutput

apps/cli/internal/cli/verify_test.go:175–179  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

173}
174
175func captureVerifyOutput(t *testing.T) (string, error) {
176 t.Helper()
177 out, err := captureVerifyOutputSeparate(t)
178 return out.stdout + out.stderr, err
179}
180
181func TestVerify_AllPass(t *testing.T) {
182 tmpDir := createVerifyTestFiles(t)

Callers 12

TestVerify_AllPassFunction · 0.85
TestVerify_FailFunction · 0.85
TestVerify_AssertFunction · 0.85
TestVerify_MixedFunction · 0.85
TestVerify_NoFieldFunction · 0.85
TestVerify_TaskNotFoundFunction · 0.85
TestVerify_UnknownTypeFunction · 0.85
TestVerify_DryRunFunction · 0.85
TestVerify_CustomDirFunction · 0.85
TestVerify_FailFastFunction · 0.85
TestVerify_AllFunction · 0.85
TestVerify_TimeoutFunction · 0.85

Calls 1

Tested by

no test coverage detected