--- /srv/reproducible-results/rbuild-debian/r-b-build.HofAferT/b1/python-inline-snapshot_0.12.1-2_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.HofAferT/b2/python-inline-snapshot_0.12.1-2_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 65e8bcdc33b38f2f4a332a26d4c7443e 528112 doc optional python-inline-snapshot-doc_0.12.1-2_all.deb │ + 6570892329d3be9ee9b3b0a64fefb784 528108 doc optional python-inline-snapshot-doc_0.12.1-2_all.deb │ 68096f8f9ca06c9cdeeddbfee9ecfefd 25940 python optional python3-inline-snapshot_0.12.1-2_all.deb ├── python-inline-snapshot-doc_0.12.1-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-09-08 07:24:48.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2972 2024-09-08 07:24:48.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 524948 2024-09-08 07:24:48.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 524944 2024-09-08 07:24:48.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 │ │ │ │ @@ -885,15 +885,15 @@ │ │ │ │ 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.xIWdImQZLy
│ │ │ │ +  rootdir: /tmp/tmp.YhRjiw5VYB
│ │ │ │  
│ │ │ │  
│ │ │ │

--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
│ │ │ │  environment: line 10: python: command not found
│ │ │ │  
│ │ │ │ @@ -904,24 +904,24 @@ │ │ │ │ │ │ │ │

--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.j7h6xJo863
│ │ │ │ +  rootdir: /tmp/tmp.UiUGdBZixa
│ │ │ │  
│ │ │ │  
│ │ │ │

--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.BYA5GrDb4e
│ │ │ │ +  rootdir: /tmp/tmp.5sRwxSIqkx
│ │ │ │  
│ │ │ │  
│ │ │ │

--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 {} │ │ │ │ │ @@ -63,15 +63,15 @@ │ │ │ │ │ def test_something(): │ │ │ │ │ assert 1 == snapshot() │ │ │ │ │ assert 2 <= snapshot(5) │ │ │ │ │ [1;34m> pytest test_something.py --inline-snapshot=create,report │ │ │ │ │ [0mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=create,report │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.xIWdImQZLy │ │ │ │ │ + rootdir: /tmp/tmp.YhRjiw5VYB │ │ │ │ │ [0m │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==sshhoorrtt--rreeppoorrtt_?¶ ********** │ │ │ │ │ give a short report over which changes can be made to the snapshots │ │ │ │ │ [1;34m> pytest test_something.py --inline-snapshot=short-report │ │ │ │ │ [0menvironment: line 10: python: command not found │ │ │ │ │ Info │ │ │ │ │ short-report exists mainly to show that snapshots have changed with enabled │ │ │ │ │ @@ -79,23 +79,23 @@ │ │ │ │ │ restriction is lifted. │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==rreeppoorrtt_?¶ ********** │ │ │ │ │ Shows a diff report over which changes can be made to the snapshots │ │ │ │ │ [1;34m> pytest test_something.py --inline-snapshot=report │ │ │ │ │ [0mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=report │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.j7h6xJo863 │ │ │ │ │ + rootdir: /tmp/tmp.UiUGdBZixa │ │ │ │ │ [0m │ │ │ │ │ ********** ----iinnlliinnee--ssnnaappsshhoott==rreevviieeww_?¶ ********** │ │ │ │ │ Shows a diff report for each category and ask if you want to apply the changes │ │ │ │ │ [1;34m> pytest test_something.py --inline-snapshot=review │ │ │ │ │ [0mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] │ │ │ │ │ pytest: error: unrecognized arguments: --inline-snapshot=review │ │ │ │ │ inifile: None │ │ │ │ │ - rootdir: /tmp/tmp.BYA5GrDb4e │ │ │ │ │ + rootdir: /tmp/tmp.5sRwxSIqkx │ │ │ │ │ [0m │ │ │ │ │ ********** ----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.9989837398373984% │ │ │ │ │┄ Differences: {"'docs'": "{108: {'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
\\x1b[1;34m> pytest '
│ │ │ │ │┄            'test_something.py --inline-snapshot=create,report\\n\\x1b[0m\\x1b[31mERROR: usage: '
│ │ │ │ │┄            'pytest [options] [file […]
│ │ │ │ │ @@ -547,30 +547,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
\u001b[1;34m> pytest test_something.py --inline-snapshot=create,report\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=create,report\n  inifile: None\n  rootdir: /tmp/tmp.xIWdImQZLy\n\u001b[0m\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
\u001b[1;34m> pytest test_something.py --inline-snapshot=create,report\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=create,report\n  inifile: None\n  rootdir: /tmp/tmp.YhRjiw5VYB\n\u001b[0m\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

\u001b[1;34m> pytest test_something.py --inline-snapshot=short-report\n\u001b[0menvironment: line 10: python: command not found\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

\u001b[1;34m> pytest test_something.py --inline-snapshot=report\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=report\n  inifile: None\n  rootdir: /tmp/tmp.j7h6xJo863\n\u001b[0m\n
", │ │ │ │ │ + "text": "

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

\u001b[1;34m> pytest test_something.py --inline-snapshot=report\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=report\n  inifile: None\n  rootdir: /tmp/tmp.UiUGdBZixa\n\u001b[0m\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

\u001b[1;34m> pytest test_something.py --inline-snapshot=review\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=review\n  inifile: None\n  rootdir: /tmp/tmp.BYA5GrDb4e\n\u001b[0m\n
", │ │ │ │ │ + "text": "

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

\u001b[1;34m> pytest test_something.py --inline-snapshot=review\n\u001b[0m\u001b[31mERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]\npytest: error: unrecognized arguments: --inline-snapshot=review\n  inifile: None\n  rootdir: /tmp/tmp.5sRwxSIqkx\n\u001b[0m\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" │ │ │ │ │ },