feat: Projekt-Geruest finance/ mit Config und Test-Setup

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 17:04:59 +02:00
parent d4a98e117f
commit 53ffd65104
8 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from app.config import get_settings
def test_defaults():
s = get_settings()
assert s.horizon_days == 548
assert s.gui_user == "admin"