aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cluster.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index 7439e15..05c2218 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -101,6 +101,8 @@ 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:
@@ -146,3 +148,4 @@ def test_group_by():
for case in cases:
assert case.result == list(group_by(case.seq, case.keyfunc, case.valuefunc))
+