Benjamin Habert
Results
1
issues of
Benjamin Habert
**Feature request:** provide a custom comparison function for files. ### Current method At the moment the method `filecmp.cmp()` is used to compare two files https://github.com/syrusakbary/snapshottest/blob/master/snapshottest/file.py#L52 ```python def assert_value_matches_snapshot(self, test, test_value,...
feature