--- /srv/reproducible-results/rbuild-debian/r-b-build.hoir2LAw/b1/python-inline-snapshot_0.23.2-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.hoir2LAw/b2/python-inline-snapshot_0.23.2-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - efacb81b1990174c1be703d2c026a3b3 707052 doc optional python-inline-snapshot-doc_0.23.2-1_all.deb │ + d56543001b589b3045c15edf4e80e566 707044 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 703704 2025-06-05 17:27:54.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 703696 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.KfODYD0GVA
│ │ │ │ + rootdir: /tmp/tmp.RySygb1zLT
│ │ │ │
│ │ │ │
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.J2nYrEYEfU
│ │ │ │ + rootdir: /tmp/tmp.xuncLYW1Z6
│ │ │ │
│ │ │ │
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.
│ │ │ │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.t4Df7ATjNa
│ │ │ │ + rootdir: /tmp/tmp.CyDZ55mgxt
│ │ │ │
│ │ │ │
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.hsAE6TXDhP
│ │ │ │ + rootdir: /tmp/tmp.36rtVhzqPO
│ │ │ │
│ │ │ │
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.KfODYD0GVA │ │ │ │ │ + rootdir: /tmp/tmp.RySygb1zLT │ │ │ │ │ │ │ │ │ │ ********** ----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.J2nYrEYEfU │ │ │ │ │ + rootdir: /tmp/tmp.xuncLYW1Z6 │ │ │ │ │ │ │ │ │ │ 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.t4Df7ATjNa │ │ │ │ │ + rootdir: /tmp/tmp.CyDZ55mgxt │ │ │ │ │ │ │ │ │ │ ********** ----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.hsAE6TXDhP │ │ │ │ │ + rootdir: /tmp/tmp.36rtVhzqPO │ │ │ │ │ │ │ │ │ │ ********** ----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.pyfrom 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.pyfrom 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.KfODYD0GVA\n\n
",
│ │ │ │ │ + "text": "Approve the changes of the given category. These flags can be combined with report and review.
test_something.pyfrom 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.RySygb1zLT\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.J2nYrEYEfU\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.xuncLYW1Z6\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.t4Df7ATjNa\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.CyDZ55mgxt\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.hsAE6TXDhP\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.36rtVhzqPO\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"
│ │ │ │ │ },