MCPcopy Index your code
hub / github.com/coder/coder / TestDebugModel_Provider

Function TestDebugModel_Provider

coderd/x/chatd/chatdebug/model_internal_test.go:144–151  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

142}
143
144func TestDebugModel_Provider(t *testing.T) {
145 t.Parallel()
146
147 inner := &chattest.FakeModel{ProviderName: "provider-a", ModelName: "model-a"}
148 model := &debugModel{inner: inner}
149
150 require.Equal(t, inner.Provider(), model.Provider())
151}
152
153func TestDebugModel_Model(t *testing.T) {
154 t.Parallel()

Callers

nothing calls this directly

Calls 3

ProviderMethod · 0.95
ProviderMethod · 0.95
EqualMethod · 0.45

Tested by

no test coverage detected