MCPcopy Index your code
hub / github.com/docker/docker-agent / TestSimple

Function TestSimple

pkg/app/transcript/transcript_test.go:13–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11)
12
13func TestSimple(t *testing.T) {
14 t.Parallel()
15 sess := session.New(session.WithUserMessage("Hello"))
16 content := PlainText(sess)
17 golden.Assert(t, content, "simple.golden")
18}
19
20func TestAssistantMessage(t *testing.T) {
21 t.Parallel()

Callers

nothing calls this directly

Calls 4

NewFunction · 0.92
WithUserMessageFunction · 0.92
PlainTextFunction · 0.85
AssertMethod · 0.80

Tested by

no test coverage detected