Fixed 4 failing tests in TestPackagingTools that were patching the wrong module path. The tests were patching: 'skill_seekers.mcp.tools.packaging_tools.fetch_config_tool' But fetch_config_tool is actually in source_tools, not packaging_tools. Changed all 4 tests to patch: 'skill_seekers.mcp.tools.source_tools.fetch_config_tool' Tests now passing: - test_install_skill_with_config_name ✅ - test_install_skill_with_config_path ✅ - test_install_skill_unlimited ✅ - test_install_skill_no_upload ✅ Result: 81/81 MCP tests passing (was 77/81) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
33 KiB
33 KiB