1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 08:43:08 +00:00
dupeguru/core
glubsy 277bc3fbb8 Add unit tests for hash sample optimization
* Instead of keeping md5 samples separate, merge them as one hash computed from the various selected chunks we picked.
* We don't need to keep a boolean to see whether or not the user chose to optimize; we can simply compare the value of the threshold, since 0 means no optimization currently active.
2021-06-21 22:44:05 +02:00
..
gui Fix exception when deleting while in delta view 2021-05-31 23:49:21 +02:00
me Format files with black 2019-12-31 20:16:27 -06:00
pe Properly wait for multiprocesses to exit 2020-07-28 16:44:06 +02:00
se Format files with black 2019-12-31 20:16:27 -06:00
tests Add unit tests for hash sample optimization 2021-06-21 22:44:05 +02:00
__init__.py Update to 4.1.1 2021-03-21 22:50:33 -05:00
app.py Fix problematic string for translations 2021-02-09 01:40:00 +01:00
directories.py Highlight rows when testing regex string 2020-09-01 23:02:58 +02:00
engine.py Add unit tests for hash sample optimization 2021-06-21 22:44:05 +02:00
exclude.py Remove redundant check 2020-12-29 05:39:26 +01:00
export.py Format files with black 2019-12-31 20:16:27 -06:00
fs.py Add unit tests for hash sample optimization 2021-06-21 22:44:05 +02:00
ignore.py Format files with black 2019-12-31 20:16:27 -06:00
markable.py Format files with black 2019-12-31 20:16:27 -06:00
prioritize.py Format files with black 2019-12-31 20:16:27 -06:00
results.py Clean up rest of DeprecationWarnings 2020-06-30 00:51:06 -05:00
scanner.py Add unit tests for hash sample optimization 2021-06-21 22:44:05 +02:00
util.py Format files with black 2019-12-31 20:16:27 -06:00