diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_matching.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_matching.py b/tests/test_matching.py new file mode 100644 index 0000000..dcaa6bf --- /dev/null +++ b/tests/test_matching.py @@ -0,0 +1,5 @@ +# coding: utf-8 + +""" +Test cases for fuzzy matching. +"""
\ No newline at end of file |