ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

Needs a test suite #6

Open ztane opened 10 years ago

ztane commented 10 years ago

The levenshtein module needs a comprehensive testing suite.

dhivakark commented 8 years ago

I already have a testing module for levenshtein which I used for my project. How do you want the module to be meaning which parameter should it test?

ztane commented 8 years ago

Well, it would obviously test not only that the values are correct but that things work with bytestrings / unicode strings and that nothing crashes...