Enhance test coverage and refactor code in various modules

- Achieved 85% overall test coverage with detailed results for individual components.
- Added unit tests for DragInterceptor and MainWindow components.
- Refactored imports and removed unused code in multiple files.
- Updated test configurations and ensured compliance with coverage standards.
This commit is contained in:
claudi 2026-01-28 11:51:59 +01:00
parent 736b80b8f1
commit dbf8f2b92f
10 changed files with 793 additions and 18 deletions

View file

@ -2,7 +2,6 @@
import fnmatch
from typing import List, Optional
from urllib.parse import urlparse
from PySide6.QtCore import QUrl
from PySide6.QtGui import QDesktopServices