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

Function main

tests/test_note_tool.py:116–128  ·  view source on GitHub ↗

Run all session note tool tests.

()

Source from the content-addressed store, hash-verified

114
115
116async def main():
117 """Run all session note tool tests."""
118 print("=" * 80)
119 print("Running Session Note Tool Tests")
120 print("=" * 80)
121
122 await test_record_and_recall_notes()
123 await test_empty_notes()
124 await test_note_persistence()
125
126 print("\n" + "=" * 80)
127 print("All Session Note Tool tests passed! ✅")
128 print("=" * 80)
129
130
131if __name__ == "__main__":

Callers 1

test_note_tool.pyFile · 0.70

Calls 3

test_empty_notesFunction · 0.85
test_note_persistenceFunction · 0.85

Tested by

no test coverage detected