- Introduce `MockProvider` with configurable models, health status, generation handlers, and error simulation. - Add common test utilities and integration tests covering provider registration, model aggregation, request routing, error handling, and health refresh.
2 lines
23 B
Rust
2 lines
23 B
Rust
pub mod mock_provider;
|