--- /srv/rebuilderd/tmp/rebuilderdQzm321/inputs/python-inline-snapshot-doc_0.35.3-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdQzm321/out/python-inline-snapshot-doc_0.35.3-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-08-01 07:04:43.000000 debian-binary │ -rw-r--r-- 0 0 0 3828 2026-08-01 07:04:43.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2629088 2026-08-01 07:04:43.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 2629084 2026-08-01 07:04:43.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-inline-snapshot-doc/html/pytest.html │ │ │ @@ -1698,15 +1698,15 @@ │ │ │ │ │ │ │ │ │

pytest output for --inline-snapshot=short-report │ │ │

> pytest test_something.py --inline-snapshot=short-report
│ │ │  ERROR: usage: python -m pytest [options] [file_or_dir] [file_or_dir] [...]
│ │ │  python -m pytest: error: unrecognized arguments: --inline-snapshot=short-report
│ │ │    inifile: None
│ │ │ -  rootdir: /tmp/tmp.xHzTD8KYjI
│ │ │ +  rootdir: /tmp/tmp.6fbjVtrwK3
│ │ │  
│ │ │  

│ │ │
│ │ │

Info

│ │ │

short-report exists mainly to show that snapshots have changed while pytest assertion rewriting is enabled. │ │ │ This option will be replaced with report when this restriction is lifted.

│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -100,15 +100,15 @@ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==sshhoorrtt--rreeppoorrtt_?¶ ********** │ │ │ │ Shows a short report of the changes that can be made to the snapshots. │ │ │ │ [pytest output for --inline-snapshot=short-report] │ │ │ │ > pytest test_something.py --inline-snapshot=short-report │ │ │ │ ERROR: usage: python -m pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ python -m pytest: error: unrecognized arguments: --inline-snapshot=short-report │ │ │ │ inifile: None │ │ │ │ - rootdir: /tmp/tmp.xHzTD8KYjI │ │ │ │ + rootdir: /tmp/tmp.6fbjVtrwK3 │ │ │ │ │ │ │ │ Info │ │ │ │ short-report exists mainly to show that snapshots have changed while pytest │ │ │ │ assertion rewriting is enabled. This option will be replaced with rreeppoorrtt when │ │ │ │ this restriction is lifted. │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==rreeppoorrtt_?¶ ********** │ │ │ │ Shows a diff report of the changes that can be made to the snapshots. │ │ ├── ./usr/share/doc/python-inline-snapshot-doc/html/search/search_index.json │ │ │ ├── Pretty-printed │ │ │ │ @@ -1757,15 +1757,15 @@ │ │ │ │ { │ │ │ │ "location": "pytest.html#-inline-snapshotcreatefixtrimupdate", │ │ │ │ "text": "

Approve the changes for the given category. These flags can be combined with report and review.

test_example.py
from inline_snapshot import snapshot\n\n\ndef test_something():\n    assert 1 == snapshot()\n    assert 2 <= snapshot(5)\n

--inline-snapshot=create,report creates the missing value and reports that snapshot(5) can be changed to snapshot(2) in two separate diffs.

", │ │ │ │ "title": "--inline-snapshot=create,fix,trim,update" │ │ │ │ }, │ │ │ │ { │ │ │ │ "location": "pytest.html#-inline-snapshotshort-report", │ │ │ │ - "text": "

Shows a short report of the changes that can be made to the snapshots.

> pytest test_something.py --inline-snapshot=short-report\nERROR: usage: python -m pytest [options] [file_or_dir] [file_or_dir] [...]\npython -m pytest: error: unrecognized arguments: --inline-snapshot=short-report\n  inifile: None\n  rootdir: /tmp/tmp.xHzTD8KYjI\n\n

Info

short-report exists mainly to show that snapshots have changed while pytest assertion rewriting is enabled. This option will be replaced with report when this restriction is lifted.

", │ │ │ │ + "text": "

Shows a short report of the changes that can be made to the snapshots.

> pytest test_something.py --inline-snapshot=short-report\nERROR: usage: python -m pytest [options] [file_or_dir] [file_or_dir] [...]\npython -m pytest: error: unrecognized arguments: --inline-snapshot=short-report\n  inifile: None\n  rootdir: /tmp/tmp.6fbjVtrwK3\n\n

Info

short-report exists mainly to show that snapshots have changed while pytest assertion rewriting is enabled. This option will be replaced with report when this restriction is lifted.

", │ │ │ │ "title": "--inline-snapshot=short-report" │ │ │ │ }, │ │ │ │ { │ │ │ │ "location": "pytest.html#-inline-snapshotreport", │ │ │ │ "text": "

Shows a diff report of the changes that can be made to the snapshots.

", │ │ │ │ "title": "--inline-snapshot=report" │ │ │ │ },