webdrop-bridge/src/webdrop_bridge/core
claudi 8b0df0e04f Add unit tests for configuration management and settings dialog
- Implement tests for ConfigValidator to ensure proper validation of configuration settings, including valid configurations, required fields, type checks, and error handling.
- Create tests for ConfigProfile to verify profile management functionalities such as saving, loading, listing, and deleting profiles.
- Add tests for ConfigExporter to validate JSON export and import processes, including error handling for non-existent files and invalid JSON.
- Introduce tests for SettingsDialog to confirm proper initialization, tab existence, and configuration data retrieval and application.
2026-01-29 12:52:53 +01:00
..
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
config_manager.py Add unit tests for configuration management and settings dialog 2026-01-29 12:52:53 +01:00
drag_interceptor.py bugfixes 2026-01-28 11:43:31 +01:00
updater.py feat: Implement auto-update system with Forgejo releases management 2026-01-29 08:19:42 +01:00
validator.py Implement configuration management, drag-and-drop functionality, and logging utilities for WebDrop Bridge 2026-01-28 11:21:11 +01:00