MCPcopy Create free account
hub / github.com/compozy/agh / newTestHandlers

Function newTestHandlers

internal/api/httpapi/helpers_test.go:365–382  ·  view source on GitHub ↗
(
	t *testing.T,
	manager core.SessionManager,
	observer core.Observer,
	homePaths aghconfig.HomePaths,
)

Source from the content-addressed store, hash-verified

363}
364
365func newTestHandlers(
366 t *testing.T,
367 manager core.SessionManager,
368 observer core.Observer,
369 homePaths aghconfig.HomePaths,
370) *Handlers {
371 t.Helper()
372 return newTestHandlersWithAutomationBridgesTasksAndWorkspace(
373 t,
374 manager,
375 observer,
376 nil,
377 stubTaskManager{},
378 nil,
379 stubWorkspaceService{},
380 homePaths,
381 )
382}
383
384func newTestHandlersWithBridges(
385 t *testing.T,

Tested by

no test coverage detected