We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f65ae commit f8cd611Copy full SHA for f8cd611
test/print_media/test_print_media_detect_keywords.py
@@ -314,9 +314,9 @@ def test_all_keywords_count_keyword():
314
canicule_entries = [kw for kw in result["all_keywords"] if kw["keyword"] == "canicule"]
315
assert len(canicule_entries) == 3
316
317
- # Each entry should have count_keyword = 3 (3 occurrences in text)
+ # Each entry should have count_keyword = 4 (4 occurrences in text)
318
for entry in canicule_entries:
319
- assert entry["count_keyword"] == 4, # 4 occurrences of canicules in text
+ assert entry["count_keyword"] == 4
320
321
322
def test_overlapping_longest_only_in_extraction():
0 commit comments