MCPcopy Create free account
hub / github.com/assetnote/hyoketsu / TestStreamJSONLFileNotFound

Function TestStreamJSONLFileNotFound

cmd/cmd_test.go:149–154  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

147}
148
149func TestStreamJSONLFileNotFound(t *testing.T) {
150 err := streamJSONLFile("/nonexistent/file.jsonl", func(e db.DLLMatch) {})
151 if err == nil {
152 t.Fatal("expected error for nonexistent file")
153 }
154}
155
156func TestStreamJSONLFileEmpty(t *testing.T) {
157 dir := t.TempDir()

Callers

nothing calls this directly

Calls 1

streamJSONLFileFunction · 0.85

Tested by

no test coverage detected