- Delete kuma_client.py and all Kuma-related code - Remove /infrastructure/monitors endpoints - Update service start/stop to use Portainer only - Simplify service control widget to show container status - Remove Kuma config and credentials - Delete stale memory tests (moved to core-ai service) - Add test infrastructure with pytest - Add tests for service_groups, config, and health endpoints - Bump version to 1.1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
# Development and testing dependencies
|
|
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest>=9.0.0
|
|
pytest-asyncio>=0.24.0
|
|
pytest-cov>=6.0.0
|
|
httpx>=0.28.0 # For TestClient
|