webdrop-bridge/tests/unit
claudi 5b28c931d8 feat: Add status bar with update status indicator
Status bar implementation:
- Status bar at bottom of main window
- Update status label with emoji support
- set_update_status() method for updates:
  -  Checking for updates
  -  Update available
  -  Downloading update
  -  Update failed
  - Clean status display

Test coverage:
- 8 new tests for status bar
- Test creation and initialization
- Test status updates with/without emoji
- Test all status states (checking, available, downloading, error)
- All 154 tests passing, 86% coverage

Enables visual feedback during update operations
2026-01-29 08:37:53 +01:00
..
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
test_config.py Enhance test coverage and refactor code in various modules 2026-01-28 11:51:59 +01:00
test_drag_interceptor.py Fix formatting issue in test_drag_interceptor.py and ensure signal connection for drag_started 2026-01-28 11:52:19 +01:00
test_logging.py Enhance test coverage and refactor code in various modules 2026-01-28 11:51:59 +01:00
test_main_window.py feat: Add status bar with update status indicator 2026-01-29 08:37:53 +01:00
test_project_structure.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
test_restricted_web_view.py Enhance test coverage and refactor code in various modules 2026-01-28 11:51:59 +01:00
test_update_manager_ui.py feat: Implement auto-update system with Forgejo releases management 2026-01-29 08:19:42 +01:00
test_updater.py test: Add comprehensive unit tests for UpdateManager (20 tests, 77% coverage) 2026-01-29 08:15:35 +01:00
test_validator.py Enhance test coverage and refactor code in various modules 2026-01-28 11:51:59 +01:00