webdrop-bridge/tests
claudi d408c3a2de test: Add comprehensive unit tests for UpdateManager (20 tests, 77% coverage)
- Version parsing and comparison tests
- Cache management with TTL validation
- API fetching with network error handling
- Check for updates (with caching)
- Download update with checksum file handling
- Checksum verification (match/mismatch/missing)
- Platform-aware installer launching (Windows MSI, macOS DMG)
- All 20 tests passing with proper async/await support
- Installed pytest-asyncio for async test support
- Updated copilot instructions to document .venv environment
2026-01-29 08:15:35 +01:00
..
integration Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
unit test: Add comprehensive unit tests for UpdateManager (20 tests, 77% coverage) 2026-01-29 08:15:35 +01:00
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
conftest.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00