Textual Snapshot Tests

Showing diffs for {{ fails }} mismatched snapshot(s)
{{ diffs | length }} snapshots changed ยท {{ passes }} snapshots matched
{% for diff in diffs %}
{{ diff.test_name }} {{ diff.path }}:{{ diff.line_number }}
{{ diff.actual }}
Output from test (More info)
{{ diff.snapshot }}
Historical snapshot
{# Modal with debug info: #}
{% endfor %}

If you're happy with the test output, run pytest with the --snapshot-update flag to update the snapshot.

Report generated at UTC {{ now }}.