MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / TestLoad

Function TestLoad

ai-provider/model-runtime/load_test.go:5–11  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3import "testing"
4
5func TestLoad(t *testing.T) {
6 Load()
7 for _, p := range Providers() {
8 t.Logf("Provider: %s", p.ID())
9 t.Log(p.DefaultModel("llm"))
10 }
11}

Callers

nothing calls this directly

Calls 4

LoadFunction · 0.85
ProvidersFunction · 0.85
IDMethod · 0.65
DefaultModelMethod · 0.65

Tested by

no test coverage detected