feat: added proper settings handling

This commit is contained in:
2026-01-01 03:55:23 +01:00
parent 8b406370f1
commit c50091f6bf
23 changed files with 440 additions and 328 deletions

View File

@@ -11,9 +11,17 @@ from unittest.mock import MagicMock, Mock
import pytest
from alfred.settings import Settings, settings
from alfred.infrastructure.persistence import Memory, set_memory
@pytest.fixture
def mock_settings():
"""Create a mock Settings instance for testing."""
return settings
@pytest.fixture
def temp_dir():
"""Create a temporary directory for tests."""