dupeguru/core/tests
Virgil Dupras 9ed4b7abf0 refactoring: take ignore_list out of Scanner class
It's now `DupeGuru` that holds it and passes it to `get_dupe_groups()`,
the only place where it's actually used in `Scanner`.

This will make the SE/ME/PE merge easier by allowing us to instantiate
the Scanner on-the-fly since it doesn't hold state anymore.
2016-05-29 14:13:19 -04:00
..
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app_test.py refactoring: take ignore_list out of Scanner class 2016-05-29 14:13:19 -04:00
base.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
conftest.py [#138] Added a very preliminary version of the prioritization dialog. A big part of this commit is about refactoring the tests and introducing a TestApp for dupeGuru (in core.tests.base). 2011-09-07 15:46:41 -04:00
directories_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
engine_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
fs_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
ignore_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
markable_test.py Change license from BSD to GPLv3 2015-01-03 16:33:16 -05: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 Change license from BSD to GPLv3 2015-01-03 16:33:16 -05:00
scanner_test.py refactoring: take ignore_list out of Scanner class 2016-05-29 14:13:19 -04:00