You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example with fuzzy logic enabled. You can see the last comparison is much more similar than the first two (it is comparing the content not the actual hashes):
The project includes a small battery of tests. It's really simple to run the tests:
94
+
95
+
```bash
96
+
pip install -r test-requirements.txt
97
+
pytest
98
+
```
99
+
100
+
If you're thinking of adding a new feature to the project, consider also contributing with a couple of tests. A well-tested codebase is a sane codebase. :)
0 commit comments