Path to this page:
Subject: CVS commit: pkgsrc/devel/py-inline-snapshot
From: Adam Ciarcinski
Date: 2025-02-05 21:47:31
Message id: 20250205204731.315EBFBE0@cvs.NetBSD.org
Log Message:
py-inline-snapshot: updated to 0.20.1
0.20.1 — 2025-02-04
Fixed
- Fixed a windows bug with the readline module
0.20.0 — 2025-02-01
Changed
- pytest assert rewriting works now together with inline-snapshot if you use \
`cpython>=3.11`
- `...` is now a special value to *create* snapshot values.
The value change in `assert [5,4] == snapshot([5,...])` is now a *create* \
(previously it was a *fix*)
Fixed
- fixed some issues with dataclass arguments
- fixed an issue where --inline-snapshot=review discarded the user input and \
never formatted
the code if you used cpython 3.13.
Files: