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

Function TestDebugModel_Model

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

Source from the content-addressed store, hash-verified

151}
152
153func TestDebugModel_Model(t *testing.T) {
154 t.Parallel()
155
156 inner := &chattest.FakeModel{ProviderName: "provider-a", ModelName: "model-a"}
157 model := &debugModel{inner: inner}
158
159 require.Equal(t, inner.Model(), model.Model())
160}
161
162func TestDebugModel_Disabled(t *testing.T) {
163 t.Parallel()

Callers

nothing calls this directly

Calls 3

ModelMethod · 0.95
ModelMethod · 0.95
EqualMethod · 0.45

Tested by

no test coverage detected