summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inline-snapshot_0.34.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-inline-snapshot: upgrade 0.34.0 -> 0.34.1Wang Mingyu9 days1-21/+0
| | | | | | | | | Changelog: - Fixed snapshot_arg() to use the fix category (instead of create) when creating an argument with an existing non-ellipsis default argument value. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-inline-snapshot: upgrade 0.33.0 -> 0.34.0Wang Mingyu11 days1-0/+21
Changelog: =========== - get_snapshot_value() now accepts a which parameter ("new" or "old") to select whether to return the new (just-compared) or the old (previously stored) snapshot value - Example.run_pytest: deterministic test order by using -p no:ranodmly Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>