fuzzysearch/tests
Tal Einat 3834afbc9e removed broken and unused kmp_memmem 2015-01-31 21:37:20 +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 fixed changed import in test file 2014-05-11 02:47:02 +03:00
test_find_near_matches.py fixed edge-case of broken input handling in find_near_matches() 2014-05-16 12:00:59 +03:00
test_generic_search.py added fnm_subs_ngrams_byteslike and upgraded test suite 2014-05-21 21:25:54 +03:00
test_generic_search_cython.py added fnm_subs_ngrams_byteslike and upgraded test suite 2014-05-21 21:25:54 +03:00
test_levenshtein.py stop using TestCase.assertListEqual(); use assertEqual() instead 2014-05-06 22:19:56 +03:00
test_memmem.py removed broken and unused kmp_memmem 2015-01-31 21:37:20 +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 added hnm_subs_lp_byteslike and upgraded test suite 2014-05-23 18:51:02 +03:00