aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 12:33:24 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 12:33:24 +0100
commitcff5637d2abcde86c87b870ef0c33037e46488fd (patch)
tree2bea83dee962f628f788c07c8ba5049df11a2dfb /tests/test_cluster.py
parent8cd8204a7464968280f9c72105edc585c2cf0a4f (diff)
downloadfuzzycat-cff5637d2abcde86c87b870ef0c33037e46488fd.tar.gz
fuzzycat-cff5637d2abcde86c87b870ef0c33037e46488fd.zip
test: log url
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index ef63882..ac1edac 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -6,8 +6,7 @@ import tempfile
import pytest
-from fuzzycat.cluster import (Cluster, release_key_title,
- release_key_title_normalized,
+from fuzzycat.cluster import (Cluster, release_key_title, release_key_title_normalized,
release_key_title_nysiis)
Case = collections.namedtuple("Case", 'input output')