Releases: joseph-roitman/pytest-snapshot
v0.9.0
v0.8.1
What's Changed
Fixed a bug where snapshot.assert_match
would not raise exceptions when running pytest with --assert=plain
and without --snapshot-update
. #50
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
Full Changelog: v0.7.0...v0.8.0
v0.7.0
This version uses PEP-517 packaging and removes a dependency.
v0.6.3
This version raises errors with useful messages when trying to snapshot test values that are not supported by the library.
Attempting to snapshot test a string containing '\r' will now fail.
v0.6.2
This version raises ValueError in assert_match_dir when snapshot file names are invalid.
v0.6.1
Fixes a regression in v0.6.0 that broke multiline string snapshots.
v0.6.0
Added support for snapshot testing bytes.
v0.5.0
All snapshots are now saved in utf-8.
Support for Python 2 has been dropped.
v0.4.2
This version adds support for pytest v6.0.