fuzzysearch/tests
Tal Einat 08655a4c3f added tests for levenshtein._expand() and changed test code to assertEqual(actual, expected) convention 2014-03-20 14:50:53 +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 would raise an exception on certain input values 2014-03-19 23:50:33 +02:00
test_levenshtein.py added tests for levenshtein._expand() and changed test code to assertEqual(actual, expected) convention 2014-03-20 14:50:53 +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