syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
525 stars 102 forks source link

Allow snapshot to be modified before write #149

Open kam193 opened 3 years ago

kam193 commented 3 years ago

This PR introduced simple callbacks which can be used to modify content of the snapshot file before write it.

The main purpose is to allow formatting files (see example with black usage), so it probably can close #89

kam193 commented 3 years ago

Hi, @paulmelnikow I want you to ask what do you think about change like this :)

wowkin2 commented 2 years ago

Any progress on this PR? @paulmelnikow @syrusakbary

wowkin2 commented 2 years ago

@kam193 can you update this PR, so it can be merged later?