Skip to content

Commit 4bd7895

Browse files
cleanups
1 parent c6ef955 commit 4bd7895

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

tests/test_gui_modules_initialization.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
@pytest.mark.usefixtures("mock_tkinter", "safe_matplotlib")
1010
@pytest.mark.parametrize("module_path", ALL_GUI_MODULES)
1111
def test_gui_module_initialization(module_path, safe_matplotlib):
12-
"""
13-
Attempts to import and instantiate the main application class.
14-
Includes fixes for 'log' side effects and improved class discovery.
15-
Patches 'create_widgets' to avoid deep GUI instantiation issues.
16-
"""
12+
1713
try:
1814
# 1. Import the module
1915
gui_module = importlib.import_module(module_path)

tests/test_utilities_logic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
22
Purpose: Logic checks for helper tools.
3-
4-
What it does: Verifies that formatting utilities define the correct fonts/styles.
3+
Verifies that formatting utilities define the correct fonts/styles.
54
"""
65
import pytest
76
from unittest.mock import MagicMock, patch

0 commit comments

Comments
 (0)