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

Function TestPiEngine_GetLogParserScriptId

pkg/workflow/pi_engine_test.go:85–88  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

83}
84
85func TestPiEngine_GetLogParserScriptId(t *testing.T) {
86 engine := NewPiEngine()
87 assert.Equal(t, "parse_pi_log", engine.GetLogParserScriptId(), "Log parser script ID should be parse_pi_log")
88}
89
90func TestPiEngine_GetLogFileForParsing(t *testing.T) {
91 engine := NewPiEngine()

Callers

nothing calls this directly

Calls 2

GetLogParserScriptIdMethod · 0.95
NewPiEngineFunction · 0.85

Tested by

no test coverage detected