aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.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_utils.py
parentee705e9adf6bde2b8eed7c2b6edae360e595cad2 (diff)
downloadfuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.tar.gz
fuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.zip
add more test cases
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 46ffd0e..ea188a4 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -1,5 +1,6 @@
import pytest
-from fuzzycat.utils import slugify_string, cut, author_similarity_score
+
+from fuzzycat.utils import author_similarity_score, cut, slugify_string
def test_slugify_string():