webdrop-bridge/tests/unit
claudi 025e9c888c Refactor Windows build script for improved readability and consistency
- Cleaned up whitespace and formatting in build_windows.py for better readability.
- Consolidated environment variable setup for stdout and stderr.
- Streamlined subprocess command calls by removing unnecessary line breaks.
- Enhanced error handling and logging for better debugging.
- Updated comments for clarity and consistency.

Update updater.py to improve checksum verification logic

- Modified checksum verification to prioritize specific .sha256 files matching installer names.
- Added fallback logic to check for any .sha256 file if no specific match is found.

Enhance update manager UI with download progress dialog

- Introduced DownloadingDialog to provide feedback during update downloads.
- Updated MainWindow to manage the new downloading dialog and handle its lifecycle.
- Removed the skip version functionality from the update dialog as per new requirements.

Refactor update manager UI tests for clarity and maintainability

- Removed tests related to the skip version functionality.
- Updated test cases to reflect changes in the update manager UI.
- Ensured all tests are aligned with the new dialog structure and signal emissions.
2026-02-25 14:38:33 +01:00
..
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
test_config.py Update window title handling and ensure consistent version retrieval in configuration 2026-02-20 12:36:24 +01:00
test_config_manager.py feat: Add window title configuration and update related components and tests 2026-01-30 11:28:23 +01:00
test_drag_interceptor.py cleanup 2026-02-19 15:16:05 +01:00
test_logging.py feat: Implement structured JSON logging and performance tracking features 2026-01-29 10:25:54 +01:00
test_main_window.py Refactor drag handling and update tests 2026-02-17 15:56: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_settings_dialog.py feat: Add window title configuration and update related components and tests 2026-01-30 11:28:23 +01:00
test_startup_check.py feat: Add window title configuration and update related components and tests 2026-01-30 11:28:23 +01:00
test_update_manager_ui.py Refactor Windows build script for improved readability and consistency 2026-02-25 14:38:33 +01:00
test_updater.py Refactor Windows build script for improved readability and consistency 2026-02-25 14:38:33 +01:00
test_url_converter.py cleanup 2026-02-19 15:16:05 +01:00
test_validator.py Refactor drag handling and update tests 2026-02-17 15:56:53 +01:00