fuzzysearch/tests
Tal Einat e1a7b0cc30 added C implementation of subs-only hnm_byteslike 2014-05-11 02:37:32 +03: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 added fuzzysearch._common.search_exact_byteslike() 2014-05-11 02:32:13 +03:00
test_find_near_matches.py multiple changes in testing, input validation and implementations 2014-04-24 19:37:59 +03:00
test_generic_search.py minor test change 2014-05-07 00:22:19 +03:00
test_generic_search_cython.py fixed expectedOutcomes() methods 2014-05-07 00:20:59 +03:00
test_levenshtein.py stop using TestCase.assertListEqual(); use assertEqual() instead 2014-05-06 22:19:56 +03: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 C implementation of subs-only hnm_byteslike 2014-05-11 02:37:32 +03:00