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

Function TestCodexEngineGetHarnessScriptName

pkg/workflow/codex_engine_test.go:1213–1218  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1211}
1212
1213func TestCodexEngineGetHarnessScriptName(t *testing.T) {
1214 engine := NewCodexEngine()
1215 if engine.GetHarnessScriptName() != "codex_harness.cjs" {
1216 t.Errorf("Expected 'codex_harness.cjs', got '%s'", engine.GetHarnessScriptName())
1217 }
1218}
1219
1220func TestCodexEngineExecutionUsesHarness(t *testing.T) {
1221 engine := NewCodexEngine()

Callers

nothing calls this directly

Calls 3

GetHarnessScriptNameMethod · 0.95
NewCodexEngineFunction · 0.85
ErrorfMethod · 0.45

Tested by

no test coverage detected