MCPcopy Create free account
hub / github.com/github/gh-aw / TestReadSourceRepoFromFile_MissingFile

Function TestReadSourceRepoFromFile_MissingFile

pkg/cli/remote_workflow_test.go:1576–1578  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1574}
1575
1576func TestReadSourceRepoFromFile_MissingFile(t *testing.T) {
1577 assert.Empty(t, readSourceRepoFromFile("/nonexistent/file.md"), "should return empty string for missing file")
1578}
1579
1580func TestReadSourceRepoFromFile_ShortSource(t *testing.T) {
1581 dir := t.TempDir()

Callers

nothing calls this directly

Calls 1

readSourceRepoFromFileFunction · 0.85

Tested by

no test coverage detected