--- /srv/reproducible-results/rbuild-debian/r-b-build.W5DDnM9l/b1/python-inline-snapshot_0.23.2-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.W5DDnM9l/b2/python-inline-snapshot_0.23.2-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 8e47508f8218424f14e301421a2b1793 707044 doc optional python-inline-snapshot-doc_0.23.2-1_all.deb │ + 8c2650015dc6b2949aa80472d69c16b4 707040 doc optional python-inline-snapshot-doc_0.23.2-1_all.deb │ 3ca8cdc29d570944d716a7a3084739c2 41540 python optional python3-inline-snapshot_0.23.2-1_all.deb ├── python-inline-snapshot-doc_0.23.2-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-06-05 17:27:54.000000 debian-binary │ │ -rw-r--r-- 0 0 0 3156 2025-06-05 17:27:54.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 703696 2025-06-05 17:27:54.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 703692 2025-06-05 17:27:54.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 │ │ │ │ @@ -1267,47 +1267,47 @@ │ │ │ │ assert 1 == snapshot() │ │ │ │ assert 2 <= snapshot(5) │ │ │ │ │ │ │ │
> pytest test_something.py --inline-snapshot=create,report
│ │ │ │  ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
│ │ │ │  pytest: error: unrecognized arguments: --inline-snapshot=create,report
│ │ │ │    inifile: None
│ │ │ │ -  rootdir: /tmp/tmp.gpGZPemt0n
│ │ │ │ +  rootdir: /tmp/tmp.85LV3vz6oS
│ │ │ │  
│ │ │ │  
│ │ │ │

--inline-snapshot=short-report

│ │ │ │

give a short report over which changes can be made to the snapshots

│ │ │ │
> pytest test_something.py --inline-snapshot=short-report
│ │ │ │  ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...]
│ │ │ │  __main__.py: error: unrecognized arguments: --inline-snapshot=short-report
│ │ │ │    inifile: None
│ │ │ │ -  rootdir: /tmp/tmp.xiBGdocO7l
│ │ │ │ +  rootdir: /tmp/tmp.WyERaltpJS
│ │ │ │  
│ │ │ │  
│ │ │ │
│ │ │ │

Info

│ │ │ │

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

│ │ │ │
│ │ │ │

--inline-snapshot=report

│ │ │ │

Shows a diff report over which changes can be made to the snapshots

│ │ │ │
> pytest test_something.py --inline-snapshot=report
│ │ │ │  ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
│ │ │ │  pytest: error: unrecognized arguments: --inline-snapshot=report
│ │ │ │    inifile: None
│ │ │ │ -  rootdir: /tmp/tmp.jMihguroTb
│ │ │ │ +  rootdir: /tmp/tmp.IuCjbZMr7z
│ │ │ │  
│ │ │ │  
│ │ │ │

--inline-snapshot=review

│ │ │ │

Shows a diff report for each category and ask if you want to apply the changes

│ │ │ │
> pytest test_something.py --inline-snapshot=review
│ │ │ │  ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
│ │ │ │  pytest: error: unrecognized arguments: --inline-snapshot=review
│ │ │ │    inifile: None
│ │ │ │ -  rootdir: /tmp/tmp.BbK3XyT2i4
│ │ │ │ +  rootdir: /tmp/tmp.8Kf3BylAha
│ │ │ │  
│ │ │ │  
│ │ │ │

--inline-snapshot=disable

│ │ │ │

Disables all the snapshot logic. snapshot(x) will just return x. │ │ │ │ This can be used if you think exclude that snapshot logic causes a problem in your tests, or if you want to speedup your CI.

│ │ │ │
│ │ │ │

deprecation

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -77,43 +77,43 @@ │ │ │ │ │ def test_something(): │ │ │ │ │ assert 1 == snapshot() │ │ │ │ │ assert 2 <= snapshot(5) │ │ │ │ │ > pytest test_something.py --inline-snapshot=create,report │ │ │ │ │ ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=create,report │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.gpGZPemt0n │ │ │ │ │ + rootdir: /tmp/tmp.85LV3vz6oS │ │ │ │ │ │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==sshhoorrtt--rreeppoorrtt_?¶ ********** │ │ │ │ │ give a short report over which changes can be made to the snapshots │ │ │ │ │ > pytest test_something.py --inline-snapshot=short-report │ │ │ │ │ ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ __main__.py: error: unrecognized arguments: --inline-snapshot=short-report │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.xiBGdocO7l │ │ │ │ │ + rootdir: /tmp/tmp.WyERaltpJS │ │ │ │ │ │ │ │ │ │ Info │ │ │ │ │ short-report exists mainly to show that snapshots have changed with enabled │ │ │ │ │ pytest assert-rewriting. This option will be replaced with rreeppoorrtt when this │ │ │ │ │ restriction is lifted. │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==rreeppoorrtt_?¶ ********** │ │ │ │ │ Shows a diff report over which changes can be made to the snapshots │ │ │ │ │ > pytest test_something.py --inline-snapshot=report │ │ │ │ │ ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=report │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.jMihguroTb │ │ │ │ │ + rootdir: /tmp/tmp.IuCjbZMr7z │ │ │ │ │ │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==rreevviieeww_?¶ ********** │ │ │ │ │ Shows a diff report for each category and ask if you want to apply the changes │ │ │ │ │ > pytest test_something.py --inline-snapshot=review │ │ │ │ │ ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=review │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.BbK3XyT2i4 │ │ │ │ │ + rootdir: /tmp/tmp.8Kf3BylAha │ │ │ │ │ │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==ddiissaabbllee_?¶ ********** │ │ │ │ │ Disables all the snapshot logic. snapshot(x) will just return x. This can be │ │ │ │ │ used if you think exclude that snapshot logic causes a problem in your tests, │ │ │ │ │ or if you want to speedup your CI. │ │ │ │ │ deprecation │ │ │ │ │ This option was previously called --inline-snapshot-disable │ │ │ ├── ./usr/share/doc/python-inline-snapshot-doc/html/search/search_index.json │ │ │ │ ├── Pretty-printed │ │ │ │ │┄ Similarity: 0.9993084370677732% │ │ │ │ │┄ Differences: {"'docs'": "{225: {'text': '

Approve the changes of the given category. These flags can be " │ │ │ │ │┄ 'combined with report and review.

test_something.py
from inline_snapshot '
│ │ │ │ │┄            'import snapshot\\n\\n\\ndef test_something():\\n    assert 1 == snapshot()\\n    '
│ │ │ │ │┄            'assert 2 <= snapshot(5)\\n
> pytest test_something.py '
│ │ │ │ │┄            '--inline-snapshot=create,report\\nERROR: usage: pytest [options] [file_or_dir] '
│ │ │ │ │┄            '[file_or_dir] [...] […]
│ │ │ │ │ @@ -1132,30 +1132,30 @@
│ │ │ │ │          {
│ │ │ │ │              "location": "pytest.html",
│ │ │ │ │              "text": "

inline-snapshot provides one pytest option with different flags (create, fix, trim, update, short-report, report, disable).

Snapshot comparisons return always True if you use one of the flags create, fix or review. This is necessary because the whole test needs to be run to fix all snapshots like in this case:

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

Note

Every flag with the exception of disable and short-report disables the pytest assert-rewriting.

", │ │ │ │ │ "title": "pytest integration" │ │ │ │ │ }, │ │ │ │ │ { │ │ │ │ │ "location": "pytest.html#-inline-snapshotcreatefixtrimupdate", │ │ │ │ │ - "text": "

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

test_something.py
from inline_snapshot import snapshot\n\n\ndef test_something():\n    assert 1 == snapshot()\n    assert 2 <= snapshot(5)\n
> pytest test_something.py --inline-snapshot=create,report\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=create,report\n  inifile: None\n  rootdir: /tmp/tmp.gpGZPemt0n\n\n
", │ │ │ │ │ + "text": "

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

test_something.py
from inline_snapshot import snapshot\n\n\ndef test_something():\n    assert 1 == snapshot()\n    assert 2 <= snapshot(5)\n
> pytest test_something.py --inline-snapshot=create,report\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=create,report\n  inifile: None\n  rootdir: /tmp/tmp.85LV3vz6oS\n\n
", │ │ │ │ │ "title": "--inline-snapshot=create,fix,trim,update" │ │ │ │ │ }, │ │ │ │ │ { │ │ │ │ │ "location": "pytest.html#-inline-snapshotshort-report", │ │ │ │ │ - "text": "

give a short report over which changes can be made to the snapshots

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

Info

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

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

give a short report over which changes can be made to the snapshots

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

Info

short-report exists mainly to show that snapshots have changed with enabled pytest assert-rewriting. 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 over which changes can be made to the snapshots

> pytest test_something.py --inline-snapshot=report\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=report\n  inifile: None\n  rootdir: /tmp/tmp.jMihguroTb\n\n
", │ │ │ │ │ + "text": "

Shows a diff report over which changes can be made to the snapshots

> pytest test_something.py --inline-snapshot=report\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=report\n  inifile: None\n  rootdir: /tmp/tmp.IuCjbZMr7z\n\n
", │ │ │ │ │ "title": "--inline-snapshot=report" │ │ │ │ │ }, │ │ │ │ │ { │ │ │ │ │ "location": "pytest.html#-inline-snapshotreview", │ │ │ │ │ - "text": "

Shows a diff report for each category and ask if you want to apply the changes

> pytest test_something.py --inline-snapshot=review\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=review\n  inifile: None\n  rootdir: /tmp/tmp.BbK3XyT2i4\n\n
", │ │ │ │ │ + "text": "

Shows a diff report for each category and ask if you want to apply the changes

> pytest test_something.py --inline-snapshot=review\nERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=review\n  inifile: None\n  rootdir: /tmp/tmp.8Kf3BylAha\n\n
", │ │ │ │ │ "title": "--inline-snapshot=review" │ │ │ │ │ }, │ │ │ │ │ { │ │ │ │ │ "location": "pytest.html#-inline-snapshotdisable", │ │ │ │ │ "text": "

Disables all the snapshot logic. snapshot(x) will just return x. This can be used if you think exclude that snapshot logic causes a problem in your tests, or if you want to speedup your CI.

deprecation

This option was previously called --inline-snapshot-disable

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