From 9fc8976c274a33f316a2152209135b464802b2ad Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 17 Aug 2020 18:04:31 +0200 Subject: tests: add stub --- tests/test_matching.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_matching.py (limited to 'tests') 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 -- cgit v1.2.3