From 8cd8204a7464968280f9c72105edc585c2cf0a4f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 25 Nov 2020 11:44:31 +0100 Subject: add more test cases --- tests/test_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_utils.py') 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(): -- cgit v1.2.3