summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_cli.py
AgeCommit message (Collapse)AuthorFilesLines
2026-07-03fix(budget): group help blurb, exact Decimal spent, resolver comment (v0.4.1)v0.4.1Danilo M.1-0/+9
Follow-ups from the v0.4.0 review: - add the missing _GROUP_HELP blurb for the budget group (every other group shows one) + a regression test asserting all groups have one. - _spent_scalar sums with decimal.Decimal instead of float (exact money). - note the numeric-name sniffing tradeoff in resolver.budget(). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30feat: CLI wiring from command registryDanilo M.1-0/+26