Commit Graph

1 Commits

Author SHA1 Message Date
Youssef Aitousarrah 9080dbc0c0 Add pytest tests for multi-vendor routing logic
Tests verify:
- Single vendor stops after first success
- Multi-vendor stops after all primaries (even if they fail)
- Fallback vendors are not attempted when primaries are configured
- Tool-level config overrides category-level config

Tests use pytest with fixtures and mocked vendors, can run without API keys in CI/CD.

Run with: pytest tests/test_multi_vendor_routing.py -v
2025-11-23 17:20:20 -08:00