- Add missing src/server/api/__init__.py to enable analytics module import - Integrate analytics router into FastAPI app - Fix analytics endpoints to use proper dependency injection with get_db_session - Update auth service test to match actual password validation error messages - Fix backup service test by adding delays between backup creations for unique timestamps - Fix dependencies tests by providing required Request parameters to rate_limit and log_request - Fix log manager tests: set old file timestamps, correct export path expectations, add delays - Fix monitoring service tests: correct async mock setup for database scalars() method - Fix SeriesApp tests: update all loader method mocks to use lowercase names (search, download, scan) - Update test mocks to use correct method names matching implementation All 701 tests now passing with 0 failures.
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"created_at": "2025-10-23T20:54:38.147564",
|
|
"last_updated": "2025-10-23T20:54:38.147574",
|
|
"download_stats": {
|
|
"total_downloads": 0,
|
|
"successful_downloads": 0,
|
|
"failed_downloads": 0,
|
|
"total_bytes_downloaded": 0,
|
|
"average_speed_mbps": 0.0,
|
|
"success_rate": 0.0,
|
|
"average_duration_seconds": 0.0
|
|
},
|
|
"series_popularity": [],
|
|
"storage_history": [],
|
|
"performance_samples": []
|
|
} |