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:
parent
736b80b8f1
commit
dbf8f2b92f
10 changed files with 793 additions and 18 deletions
|
|
@ -1,7 +1,6 @@
|
|||
"""Unit tests for path validator."""
|
||||
|
||||
from pathlib import Path
|
||||
from tempfile import TemporaryDirectory
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue