dupeguru/core/tests
glubsy c4dcfd3d4b Fix stripping (japanese) unicode characters
* Accents are getting removed from Unicode characters to generate similar "words".
* Non-latin characters which cannot be processed that way (eg. japanese, greek, russian, etc.) should not be filtered out at all otherwise files are erroneously skipped or detected as dupes if only some characters make it passed the filter.
* Starting from an arbitrary unicode codepoint (converted to decimal), above which we know it is pointless to try any sort of processing, we leave the characters as is.
* Fix #878.
2021-04-29 05:15:34 +02:00
..
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app_test.py Upgrade to latest pytest 2020-06-25 23:26:48 -05:00
base.py More Test and Flake8 Cleanup 2020-06-27 01:08:12 -05:00
block_test.py Format files with black 2019-12-31 20:16:27 -06:00
cache_test.py Format files with black 2019-12-31 20:16:27 -06:00
conftest.py Upgrade to latest pytest 2020-06-25 23:26:48 -05:00
directories_test.py Fix directories tests on Windows 2020-12-29 05:35:30 +01:00
engine_test.py Fix stripping (japanese) unicode characters 2021-04-29 05:15:34 +02:00
exclude_test.py Fix exclude tests 2020-12-29 16:07:55 +01:00
fs_test.py Format files with black 2019-12-31 20:16:27 -06:00
ignore_test.py Format files with black 2019-12-31 20:16:27 -06:00
markable_test.py Format files with black 2019-12-31 20:16:27 -06:00
prioritize_test.py Format files with black 2019-12-31 20:16:27 -06:00
result_table_test.py Format files with black 2019-12-31 20:16:27 -06:00
results_test.py Clean up rest of DeprecationWarnings 2020-06-30 00:51:06 -05:00
scanner_test.py Upgrade to latest pytest 2020-06-25 23:26:48 -05:00