aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 11:44:31 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 11:44:31 +0100
commit8cd8204a7464968280f9c72105edc585c2cf0a4f (patch)
tree2bb6cf2e033d8964a8dbc5827635fde8bf3de962 /tests/test_cluster.py
parentee705e9adf6bde2b8eed7c2b6edae360e595cad2 (diff)
downloadfuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.tar.gz
fuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.zip
add more test cases
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index e5944af..ef63882 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -1,13 +1,14 @@
-import json
-import io
import collections
+import io
+import json
import os
import tempfile
import pytest
-from fuzzycat.cluster import (release_key_title, release_key_title_normalized,
- release_key_title_nysiis, Cluster)
+from fuzzycat.cluster import (Cluster, release_key_title,
+ release_key_title_normalized,
+ release_key_title_nysiis)
Case = collections.namedtuple("Case", 'input output')