dupeguru/core/tests
Virgil Dupras d5fef949e9 directories: un-recurse get_files() and get_state()
These methods were previously called recursively and it seemed to cause
problems in some cases. The recursive nature of these functions not
bringing any notable advantage and `os.walk()` being of better style
anyway, I removed that recursive nature.

Hopefully fixes #421
2017-10-08 20:35:58 -04:00
..
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app_test.py qt: merge ME edition into SE 2016-05-29 22:37:38 -04:00
base.py Fix broken tests 2016-06-07 21:32:30 -04:00
block_test.py Merge core_{se,me,pe} into core.{se,me,pe} 2016-05-31 22:32:37 -04:00
cache_test.py Add shelve-based picture cache implementation 2016-11-15 19:58:18 -05:00
conftest.py Apply flake8 checks to tests 2016-05-29 15:02:39 -04:00
directories_test.py directories: un-recurse get_files() and get_state() 2017-10-08 20:35:58 -04:00
engine_test.py Fix failing test on OS X / py35 2016-07-01 15:29:50 -04:00
fs_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
ignore_test.py Apply flake8 checks to tests 2016-05-29 15:02:39 -04:00
markable_test.py Apply flake8 checks to tests 2016-05-29 15:02:39 -04:00
prioritize_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
result_table_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
results_test.py Fail with excplicit message when unable to load results file 2016-06-07 21:34:04 -04:00
scanner_test.py Remove ContentsAusio scan type 2016-06-06 17:08:41 -04:00