Description
Adds snapshot testing to pytest. It helps projects compare current output against stored snapshots for text, structured data, rendered output, or other stable artifacts.
Snapshots can preserve bugs if updated without review. Inspect snapshot changes before accepting them as the new expected behavior.