v0.14.1
Fixed
-
Don't crash for snapshots like
snapshot(f"")
(#139)
It first appeared with pytest-8.3.4, but already existed before for cpython-3.11.
f-strings in snapshots are currently not official supported, but they should not lead to crashes. -
skip formatting if black returns an error (#138)
Full Changelog: v0.14.0...v0.14.1