fuzzysearch/tests
Tal Einat dccf4a47c6 added C implementation of has_near_matches_substitutions_only 2014-04-12 13:10:34 +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 got tox to run 2to3 on tests before running them with Python 3.x 2014-03-28 10:48:17 +03:00
test_find_near_matches.py fixed cross-version support of test using str.format 2014-03-27 15:29:26 +02:00
test_generic_search.py first working Cython version of generic search 2014-03-28 10:49:21 +03:00
test_generic_search_cython.py first working Cython version of generic search 2014-03-28 10:49:21 +03:00
test_levenshtein.py fixed test for Levenshtein search 2014-03-27 15:30:06 +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 C implementation of has_near_matches_substitutions_only 2014-04-12 13:10:34 +03:00