- Use monkeypatch.setattr to patch cloud_session._LOCAL_KIWI_DB instead of wrong KIWI_DB_PATH env var (module-level singleton computed at import time; env var had no effect) - Assert id > 0 (real persisted DB id) instead of -1 (old pre-persistence sentinel value) |
||
|---|---|---|
| .. | ||
| api | ||
| db | ||
| pipeline | ||
| services | ||
| test_services | ||
| test_tasks | ||
| __init__.py | ||
| test_household.py | ||
| test_meal_plan_tiers.py | ||
| test_tiers.py | ||