MCPcopy Create free account
hub / github.com/aurora-develop/aurora / TestBuildInstructionsEmpty

Function TestBuildInstructionsEmpty

internal/toolcall/parser_test.go:334–338  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

332}
333
334func TestBuildInstructionsEmpty(t *testing.T) {
335 if got := BuildInstructions(nil, nil); got != "" {
336 t.Fatalf("got = %q, want empty", got)
337 }
338}
339
340func TestBuildInstructionsIncludesNameAndDescription(t *testing.T) {
341 tools := []official.Tool{

Callers

nothing calls this directly

Calls 1

BuildInstructionsFunction · 0.85

Tested by

no test coverage detected