diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-17 18:04:31 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-17 18:04:31 +0200 |
commit | 9fc8976c274a33f316a2152209135b464802b2ad (patch) | |
tree | bfea64d6118d61fde550fa3d31735ab48de0c256 /tests | |
parent | 9c655cad78b8c61387493bd7bfe80073c2993e35 (diff) | |
download | fuzzycat-9fc8976c274a33f316a2152209135b464802b2ad.tar.gz fuzzycat-9fc8976c274a33f316a2152209135b464802b2ad.zip |
tests: add stub
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 |