Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ testLogger
Function
testLogger
scaletest/chat/run_internal_test.go:253–255 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
func
testLogger() slog.Logger {
254
return
slog.Make(sloghuman.Sink(io.Discard)).Leveled(slog.LevelDebug)
255
}
256
257
func
newRunConfig(t *testing.T) Config {
258
t.Helper()
Callers
2
TestRunnerRunConversation
Function · 0.70
runTestConversation
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected