test: test cases for kata Most frequently used words in a text
This commit is contained in:
parent
347f337d6d
commit
621fc4a731
5
tests/test_codewars/test_most_words_used.py
Normal file
5
tests/test_codewars/test_most_words_used.py
Normal file
@ -0,0 +1,5 @@
|
||||
from src.codewars.kata_most_words_used import top_3_words
|
||||
|
||||
|
||||
def test_top_3_words():
|
||||
assert top_3_words() == 0
|
||||
Loading…
x
Reference in New Issue
Block a user