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

Function TestPiEngine_GetLogFileForParsing

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

Source from the content-addressed store, hash-verified

88}
89
90func TestPiEngine_GetLogFileForParsing(t *testing.T) {
91 engine := NewPiEngine()
92 assert.Equal(t, PiStreamingLogFile, engine.GetLogFileForParsing(), "Log file for parsing should be PiStreamingLogFile")
93}
94
95func TestPiEngine_GetAgentManifestFiles(t *testing.T) {
96 engine := NewPiEngine()

Callers

nothing calls this directly

Calls 2

GetLogFileForParsingMethod · 0.95
NewPiEngineFunction · 0.85

Tested by

no test coverage detected