- Add FastAPI dependency for mock API server
- Fix FastMCP import issues with elicitation module
- Fix database UUID generation for SQLite compatibility
- Update Pydantic settings to allow extra fields from .env
- Fix test imports to use correct module paths
- Add pytest-asyncio fixtures for proper async testing
- Successfully tested all endpoints with mock API
- Complete mock API server with all Rentcast endpoints
- Static test API keys with different tiers and limits
- Rate limiting simulation for testing
- Docker service configuration for mock API
- Integration tests using mock API
- Configuration support for switching between real/mock APIs
- Test script to verify mock API functionality
- Comprehensive documentation for mock API usage
Test API Keys:
- test_key_free_tier: 50 daily limit
- test_key_basic: 100 daily limit
- test_key_pro: 1000 daily limit
- test_key_enterprise: 10000 daily limit
- test_key_rate_limited: 1 daily limit (for testing)
- test_key_invalid: For testing auth errors