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

Function TestPiEngine_GetModelEnvVarName

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

Source from the content-addressed store, hash-verified

23}
24
25func TestPiEngine_GetModelEnvVarName(t *testing.T) {
26 engine := NewPiEngine()
27 assert.Equal(t, "PI_MODEL", engine.GetModelEnvVarName(), "Model env var should be PI_MODEL")
28}
29
30func TestPiEngine_ResolveLLMProvider_DefaultGitHub(t *testing.T) {
31 engine := NewPiEngine()

Callers

nothing calls this directly

Calls 2

GetModelEnvVarNameMethod · 0.95
NewPiEngineFunction · 0.85

Tested by

no test coverage detected