fuzzysearch/tests
Tal Einat 91bf9d0c5f make c_find_near_matches_generic_ngrams also accept search_params
also fixed tests which were not passing search_params where needed

Note: only updated the .pyx file, the compiled .c file isn't updated!
2017-07-05 12:07:02 +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 changed C extensions to use bytes-specific arg specs, and fixed test to only pass them bytes 2015-02-01 21:39:48 +02: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 make c_find_near_matches_generic_ngrams also accept search_params 2017-07-05 12:07:02 +03:00
test_generic_search_cython.py make c_find_near_matches_generic_ngrams also accept search_params 2017-07-05 12:07:02 +03:00
test_levenshtein.py stop using TestCase.assertListEqual(); use assertEqual() instead 2014-05-06 22:19:56 +03:00
test_memmem.py changed C extensions to use bytes-specific arg specs, and fixed test to only pass them bytes 2015-02-01 21:39:48 +02:00
test_no_deletions.py add LevenshteinSearchParams container for parameters 2016-08-18 20:24:17 +03:00
test_substitutions_only.py test that "ngrams" functions raise a ValueError when the sub-sequence is too short 2015-02-09 20:37:26 +02:00
utils.py avoid passing unicode to "byteslike" search functions 2015-02-09 20:10:46 +02:00