summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-inline-snapshot: upgrade 0.20.1 -> 0.20.2Wang Mingyu2025-02-261-21/+0
| | | | | | | | | | | | Fix: - snapshots inside tests which are marked as xfail are now ignored - Fixed a crash caused by the following code: snapshot(tuple()) # or snapshot(dict()) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.19.3 -> 0.20.1Wang Mingyu2025-02-121-0/+21
Changelog: ============ - fixed a windows bug with the readline module - 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 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. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>