From aa3c37bebeddfe8f631403a2bc0a238f5a0dfe97 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Nov 2020 23:07:07 +0100 Subject: apply styles --- tests/test_cluster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_cluster.py b/tests/test_cluster.py index 05c2218..a010c04 100644 --- a/tests/test_cluster.py +++ b/tests/test_cluster.py @@ -101,9 +101,11 @@ def test_release_key_title_nysiis(): assert case.output == release_key_title_nysiis(case.input), 'failed case {}'.format( case.input) + def test_release_key_title_authors_ngram(): pass + def test_sort_by_column(): with tempfile.NamedTemporaryFile(delete=False, mode="w") as tf: tf.write("2 b\n") @@ -148,4 +150,3 @@ def test_group_by(): for case in cases: assert case.result == list(group_by(case.seq, case.keyfunc, case.valuefunc)) - -- cgit v1.2.3