MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / test_build_includes_tools

Method test_build_includes_tools

tests/test_agent_loop.py:72–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70
71class TestSystemPrompt(unittest.TestCase):
72 def test_build_includes_tools(self):
73 registry = ToolRegistry.default()
74 prompt = build_system_prompt(registry, permission_mode="ask")
75 self.assertIn("bash", prompt)
76 self.assertIn("read_file", prompt)
77 self.assertIn("ASK", prompt)
78
79 def test_plan_mode_description(self):
80 registry = ToolRegistry.default()

Callers

nothing calls this directly

Calls 2

build_system_promptFunction · 0.90
defaultMethod · 0.80

Tested by

no test coverage detected