aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/test_output.py
AgeCommit message (Collapse)AuthorFilesLines
7 hourstest: cover --human _VIEWS; add TODO.mdDanilo M.1-0/+38
Add unit tests for each output view (account, tag, account balance, category): right columns surfaced, API plumbing dropped. Add TODO.md listing the deferred command groups and follow-up work. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 hoursoutput: decorate --human tables, color by tx type, IT datesv0.2.2Danilo M.1-0/+46
The --human transaction table now uses Italian dates (DD/MM/YYYY), a header rule line, and colors each row by transaction type (withdrawal red, deposit green, transfer cyan) when writing to a TTY. Colors are suppressed when piped; JSON output is unchanged. Bump to 0.2.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 hoursfeat: output emit and envelope unwrapDanilo M.1-0/+31