aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/test_commands_budget.py
AgeCommit message (Collapse)AuthorFilesLines
2026-07-05feat(budget): tx edit --budget and budget update (v0.5.0)HEADv0.5.0masterDanilo M.1-0/+42
Add two deferred budget follow-ups: - tx edit --budget: re-assign a budget on an existing transaction, mirroring the existing tx add --budget flag (name/id resolved, hard error on miss). Resolves the ISSUES.md backfill wish. - budget update: rename a budget and/or edit its auto-budget fields via PUT /budgets/{id}; only fields passed are sent, empty is a hard error. New command adds to the CLI surface without breaking callers, so this is a MINOR bump (0.4.1 -> 0.5.0). Docs (README, SKILL.md), completion, and TODO synced. The tx add --budget-id item stays open (still YAGNI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03test(budget): assert each command binds to its handlerDanilo M.1-0/+22
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03feat(budget): limit list and limit setDanilo M.1-0/+39
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03feat(budget): delete, enable, disableDanilo M.1-0/+37
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03feat(budget): budget createDanilo M.1-0/+50
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03feat(budget): budget list with current-month defaultDanilo M.1-0/+36
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>