Note: This post was AI-generated from a twitter thread.
Snapshot Fonts
assert_snapshot! for terminal chart renderingTerminal charts are visual output that needs deterministic testing. assert_snapshot! solves this - render, compare against stored reference, fail with diff if changed.
Snapshot tests make this trivial. Change rendering logic, run tests, see exactly what broke.