MCPcopy Create free account
hub / github.com/docker/model-test / TestRunner

Struct TestRunner

services/test_runner.go:16–22  ·  view source on GitHub ↗

TestRunner orchestrates the execution of test suites using the agent loop

Source from the content-addressed store, hash-verified

14
15// TestRunner orchestrates the execution of test suites using the agent loop
16type TestRunner struct {
17 openaiService *OpenAIService
18 results []models.AgentTestResult
19 mutex sync.Mutex
20 defaultModel string
21 logger *RequestLogger
22}
23
24// NewTestRunner creates a new test runner instance
25func NewTestRunner(apiKey, baseURL, defaultModel string) *TestRunner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected