Following the established testing patterns from other tool tests: - Removed mocking of providers and capabilities - Use real provider resolution with dummy API keys - Expect proper validation behavior or provider-not-found errors - Applied proper Redis mocking for conversation memory tests - Simplified validation tests to focus on core functionality - All 473 tests now pass 100% including 13 image support tests This ensures CI/CD compatibility and follows the proven testing approach used throughout the codebase for tool integration testing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
188 B
188 B
- Before any commit / push to github, you must first always run and confirm run that code quality checks pass. Use @code_quality_checks.sh and confirm that we have 100% unit tests passing.