fuzzysearch/tests
Tal Einat 39000bda80 bugfix: generic search wasn't finding matches ending with a sub 2014-03-19 23:46:34 +02:00
..
__init__.py initial commit (project framework) 2013-11-02 00:34:18 +02:00
compat.py added first working version of find_near_matches, with tests 2013-11-04 10:25:07 +02:00
test_common.py avoid using TestCase.assertItemsEqual() 2014-03-14 13:06:12 +02:00
test_generic_search.py bugfix: generic search wasn't finding matches ending with a sub 2014-03-19 23:46:34 +02:00
test_levenshtein.py added finding near matches with only substitutions 2014-03-15 19:36:13 +02:00
test_no_deletions.py added fuzzy search allowing insertions and substitutions but no deletions 2014-03-17 17:07:59 +02:00
test_substitutions_only.py bugfix: generic search wasn't finding matches ending with a sub 2014-03-19 23:46:34 +02:00