FUCK PYTHON

This commit is contained in:
2026-03-05 16:37:30 -05:00
parent 55293a585a
commit 2aec39bb0b
10 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ from unittest.mock import MagicMock, patch
from pathlib import Path
# We can safely import gui_2 if we don't instantiate App without mocking its threads
from gui_2 import App
from src.gui_2 import App
@pytest.fixture
def mock_config(tmp_path: Path) -> Path: