aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-17 18:04:31 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-17 18:04:31 +0200
commit9fc8976c274a33f316a2152209135b464802b2ad (patch)
treebfea64d6118d61fde550fa3d31735ab48de0c256
parent9c655cad78b8c61387493bd7bfe80073c2993e35 (diff)
downloadfuzzycat-9fc8976c274a33f316a2152209135b464802b2ad.tar.gz
fuzzycat-9fc8976c274a33f316a2152209135b464802b2ad.zip
tests: add stub
-rw-r--r--tests/test_matching.py5
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