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

Struct Report

models/test_result.go:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type Report struct {
64 Timestamp time.Time `json:"timestamp"`
65 TestSuite string `json:"test_suite"`
66 Results []TestResult `json:"results"`
67 TotalTests int `json:"total_tests"`
68 PassedTests int `json:"passed_tests"`
69 FailedTests int `json:"failed_tests"`
70 AverageTime time.Duration `json:"average_time"`
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected