MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / main

Function main

tests/test_tools.py:94–107  ·  view source on GitHub ↗

Run all tool tests.

()

Source from the content-addressed store, hash-verified

92
93
94async def main():
95 """Run all tool tests."""
96 print("=" * 80)
97 print("Running Tool Tests")
98 print("=" * 80)
99
100 await test_read_tool()
101 await test_write_tool()
102 await test_edit_tool()
103 await test_bash_tool()
104
105 print("\n" + "=" * 80)
106 print("All tool tests passed! ✅")
107 print("=" * 80)
108
109
110if __name__ == "__main__":

Callers 1

test_tools.pyFile · 0.70

Calls 4

test_read_toolFunction · 0.85
test_write_toolFunction · 0.85
test_edit_toolFunction · 0.85
test_bash_toolFunction · 0.85

Tested by

no test coverage detected