A plugin for snapshot testing with pytest.
copied from cf-staging / pytest-snapshotThis library was inspired by jest's snapshot testing. Snapshot testing can be used to test that the value of an expression does not change unexpectedly. The added benefits of snapshot testing are that