mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
1. Fragment filtering test: Added proper assertion for MCPToolWrapper call and verified the mock tool is returned in the result list. 2. Logger patching tests: Changed from patching instance method to patching class method to avoid Pydantic's __delattr__ restriction. This prevents AttributeError when the patch context manager tries to restore the original attribute. Co-Authored-By: João <joao@crewai.com>