Files
bin/finance/tests/test_config.py
2026-07-17 17:04:59 +02:00

8 lines
148 B
Python

from app.config import get_settings
def test_defaults():
s = get_settings()
assert s.horizon_days == 548
assert s.gui_user == "admin"