syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
530 stars 103 forks source link

Revert "Use fastdiff for faster diffing" #114

Closed davidshepherd7 closed 4 years ago

davidshepherd7 commented 4 years ago

This reverts commit 56d9efdaa37c39c7f644726e0d34c89b09ff9568.

Fixes #92

syrusakbary commented 4 years ago

As commented in #92:

I'd rather fix fastdiff or the integration rather than removing it. We should debug why is happening and fix it rather than reverting the dependency (which is useful for a lot of cases).

Closing this PR. We should probably debug why is happening and fix it (rather than removing the dependency).